Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exoad/sandbox
My notes
https://github.com/exoad/sandbox
Last synced: about 7 hours ago
JSON representation
My notes
- Host: GitHub
- URL: https://github.com/exoad/sandbox
- Owner: exoad
- Created: 2021-08-02T11:19:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T13:47:12.000Z (1 day ago)
- Last Synced: 2024-11-06T14:42:02.445Z (1 day ago)
- Language: C++
- Homepage:
- Size: 2.6 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Practice
This is Jack Meng's coding practice repo. Most of the things here are just my solves to online judges like LeetCode, AtCoder, etc., but I also write notes and other helpful stuffs.
:)## Content
* [`./Solves/`](./Solves/) - Contains all of my general programming solutions and notes **as of October 2024**. These are mostly for OJs like Codeforces, Atcoder, LeetCode, etc..
* [`./Notes/`](./Notes/) - All of my documented notes that I hopefully have formatted properly. They cover various topics. **THE LATEX MAY BE MESSED UP FROM GITHUB'S BUILTIN RENDERER. I use KaTeX by default to render them on my end.**
* [`./Old-Solves/`](./Old-Solves/) - Contains all of my solutions from my past (pre 2023 era).
* [`Resources.md`](./Resources.md) - Contains helpful resources that I have found to be extremely helpful.
* [`To_Learn.md`](./To_Learn.md) - Are just simple reminders of what I still need to work on.
* [`interesting.txt`](./interesting.txt) - This is my old list of resources.