An open API service indexing awesome lists of open source software.

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.

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