https://github.com/ice1000/oi-codes
  
  
    :closed_lock_with_key: Solutions for online code challenges. Don't be evil. 
    https://github.com/ice1000/oi-codes
  
acm acm-icpc algorithm algorithm-challenges algorithms c cpp crystal dart elixir haskell javascript oi ruby rust solutions typescript
        Last synced: 8 months ago 
        JSON representation
    
:closed_lock_with_key: Solutions for online code challenges. Don't be evil.
- Host: GitHub
 - URL: https://github.com/ice1000/oi-codes
 - Owner: ice1000
 - License: agpl-3.0
 - Created: 2016-01-12T12:26:48.000Z (almost 10 years ago)
 - Default Branch: master
 - Last Pushed: 2019-01-05T04:19:46.000Z (almost 7 years ago)
 - Last Synced: 2024-10-10T18:50:50.431Z (about 1 year ago)
 - Topics: acm, acm-icpc, algorithm, algorithm-challenges, algorithms, c, cpp, crystal, dart, elixir, haskell, javascript, oi, ruby, rust, solutions, typescript
 - Language: C
 - Homepage:
 - Size: 819 KB
 - Stars: 14
 - Watchers: 6
 - Forks: 4
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
README
          # About OI-codes
coding for NOIP.
每个文件对应一个OJ,里面是按照URL或者题号分类的题。
欢迎吐槽欢迎查错。
部分文件会有后缀,表示使用的算法/提交情况等。比如1234-dp.c表示使用dp的做法,4321-TLE.c表示这份代码交上去TLE了。