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

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.

Awesome Lists containing this project

README

          

# 👨‍💻 Learn to Code

![C Badge](https://img.shields.io/badge/C-grey?style=flat-square&logo=c&logoColor=white)
![C++ Badge](https://img.shields.io/badge/C++-grey?style=flat-square&logo=c%2B%2B&logoColor=white)
![CMake Badge](https://img.shields.io/badge/CMake-grey?style=flat-square&logo=cmake)
![OpenJDK Badge](https://img.shields.io/badge/Java-grey?style=flat-square&logo=openjdk&logoColor=white)
![JavaScript Badge](https://img.shields.io/badge/JavaScript-grey?style=flat-square&logo=javascript&logoColor=white)
![Go Badge](https://img.shields.io/badge/Go-grey?style=flat-square&logo=go&logoColor=white)
![Python Badge](https://img.shields.io/badge/Python-grey?style=flat-square&logo=python&logoColor=white)
![Rust Badge](https://img.shields.io/badge/Rust-grey?style=flat-square&logo=rust&logoColor=white)
![TypeScript Badge](https://img.shields.io/badge/TypeScript-grey?style=flat-square&logo=typescript&logoColor=white)

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)