https://github.com/jmetrikat/learn-to-code
Exploring solutions to common programming challenges in a variety of programming languages.
https://github.com/jmetrikat/learn-to-code
c cpp go java python rust typescript
Last synced: 3 months ago
JSON representation
Exploring solutions to common programming challenges in a variety of programming languages.
- Host: GitHub
- URL: https://github.com/jmetrikat/learn-to-code
- Owner: jmetrikat
- Created: 2023-03-07T16:34:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T20:18:47.000Z (about 2 years ago)
- Last Synced: 2024-12-31T19:34:26.240Z (over 1 year ago)
- Topics: c, cpp, go, java, python, rust, typescript
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👨💻 Learn to Code









Exploring solutions to common programming challenges in a variety of programming languages.
## Languages
- [x] [C](./c/)
- [x] [C++](./cpp/)
- [x] [Java](./java/)
- [ ] [JavaScript](./javascript/)
- [ ] [Go](./go/)
- [x] [Python](./python/)
- [ ] [Rust](./rust/)
- [ ] [TypeScript](./typescript/)
## Problems
- [x] [Factorial](https://github.com/search?q=repo%3Ajmetrikat%2Flearn-to-code%20factorial&type=code)
- [ ] [Fibonacci](https://github.com/search?q=repo%3Ajmetrikat%2Flearn-to-code%20fibonacci&type=code)
- [ ] [Greatest common divisor](https://github.com/search?q=repo%3Ajmetrikat%2Flearn-to-code%20gcd&type=code)
- [ ] [Least common multiple](https://github.com/search?q=repo%3Ajmetrikat%2Flearn-to-code%20lcm&type=code)
- [ ] [Primes](https://github.com/search?q=repo%3Ajmetrikat%2Flearn-to-code%20fibonacci&type=code)
- [ ] [Primefactors](https://github.com/search?q=repo%3Ajmetrikat%2Flearn-to-code%20primefactors&type=code)