https://github.com/ilovenooodles/coding-problem
This is my coding journey filled with solutions of problem that i worked on in leetcode, codeforces, atcoder, etc.
https://github.com/ilovenooodles/coding-problem
atcoder codeforces cpp go java javascript leetcode
Last synced: 2 months ago
JSON representation
This is my coding journey filled with solutions of problem that i worked on in leetcode, codeforces, atcoder, etc.
- Host: GitHub
- URL: https://github.com/ilovenooodles/coding-problem
- Owner: IloveNooodles
- Created: 2022-03-24T21:41:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-25T05:37:39.000Z (2 months ago)
- Last Synced: 2026-01-25T06:35:06.364Z (2 months ago)
- Topics: atcoder, codeforces, cpp, go, java, javascript, leetcode
- Language: C++
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code-journey
This is my coding learning journey. I tried to solve some of the problem that caught my interest and put the answer here. The learning phase are never ends, let's keep learning!
> [!IMPORTANT]
> All of the solutions are not the best ones, but it should works :"D
## Contents
Mostly implemented in C++, but sometimes it nice to try other langauges too!
- AtCoder
- Leetcode
- Codeforces
- USACO
- Neetcode
- CS5S
> [!Note]
> I try to update this daily lol, i hope this repository can help someone to learn and understand the basics of programming
## Template
I try to create my own template for c++ you can see [template.cpp](./template.cpp) for the details. I mostly use this template for my contest