Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shapelayer/training
Coding Training
https://github.com/shapelayer/training
algorithm algorithms baekjoon-online-judge coding-tests leetcode low-level today-i-learned webapp
Last synced: 2 months ago
JSON representation
Coding Training
- Host: GitHub
- URL: https://github.com/shapelayer/training
- Owner: ShapeLayer
- License: mit
- Created: 2021-01-29T05:13:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:57:22.000Z (9 months ago)
- Last Synced: 2024-04-14T01:06:39.099Z (9 months ago)
- Topics: algorithm, algorithms, baekjoon-online-judge, coding-tests, leetcode, low-level, today-i-learned, webapp
- Language: Python
- Homepage: https://blog.jonghyeon.me
- Size: 37.9 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Training
Coding Training```python
while not talent:
effort()
```## Shortcuts
* [Baekjoon Online Judge Solutions](./tasks/online_judge/baekjoon/)
* [Codeforces](./tasks/competitive/codeforces/)
* [Kaggle](./tasks/competitive/kaggle)* [Lecture Tasks of Chonnam National University Computer Science Engineering](./lectures/jnu/)
## Directories
* [`/implementations`](./implementations/) - Small size toy projects
* [`/lectures`](./lectures/)
* [`/notes`](./notes/) - Today I Learned
* [`/tasks`](./tasks/) - Algorithm problems
* [`/tasks/books`](./tasks/books/) - Textbook training problmes solutions
* [`/tasks/online_judge`](./tasks/online_judge/) - Online judge solutions## Language uses
```
Jupyter Notebook....42.52%
Python..............35.29%
Rust................8.86%
C++.................4.58%
C...................2.26%
Java................1.84%
Ruby................1.70%
C#..................0.68%
R...................0.41%
Swift...............0.41%
CSS.................0.30%
HTML................0.27%
JavaScript..........0.22%
Shell...............0.12%
Svelte..............0.10%
Makefile............0.08%
Assembly............0.06%
Lua.................0.06%
TypeScript..........0.05%
Befunge.............0.04%
Gleam...............0.03%
Visual Basic .NET...0.03%
Ada.................0.02%
Batchfile...........0.02%
Fortran.............0.01%
BASIC...............0.01%
Kotlin..............0.01%
Pike................0.01%
GLSL................0.01%
```