https://github.com/voidcoefficient/programming_challenges
Programming Challenges
https://github.com/voidcoefficient/programming_challenges
Last synced: about 1 year ago
JSON representation
Programming Challenges
- Host: GitHub
- URL: https://github.com/voidcoefficient/programming_challenges
- Owner: voidcoefficient
- License: bsd-3-clause
- Created: 2019-11-19T11:10:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T17:47:14.000Z (over 4 years ago)
- Last Synced: 2025-02-26T03:35:47.612Z (about 1 year ago)
- Language: Python
- Size: 1.91 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Programming Challenges
### Programming Languages Used
- Python
- Common Lisp
- Assembly
- JavaScript
- Haskell
- Rust
- C
- POSIX Shell
### Euler Project
As of 2019, the Euler Project has over 725 problems. Go [here](https://github.com/paulo-e/project-euler-rust) to check those.
### Pro/g/ramming challenges completed (v4)
- [Todo List Application (#10)](https://github.com/paulo-e/programming_challenges/tree/master/v4/10_to-do_list_application) (Made in Python3)
- [Password Generator (#56)](https://github.com/paulo-e/programming_challenges/tree/master/v4/56_password_generator) (Made in Python3)
- [Snake Game (#107)](https://github.com/paulo-e/programming_challenges/tree/master/v4/107_snake) (Made in JavaScript)
- [Rock Paper Scissors (#111)](https://github.com/paulo-e/programming_challenges/tree/master/v4/111_rock_paper_scissors) (Made in Python3)
- [ROT13 (#61)](https://github.com/paulo-e/programming_challenges/tree/master/v4/61_rot_13)
(Made in Common Lisp)
- [FizzBuzz
(#44)](https://github.com/paulo-e/programming_challenges/tree/master/v4/44_fizzbuzz)
(Made in JavaScript/CLisp/Assembly)
### How do I test something?
First check the [wiki](https://github.com/paulo-e/programming_challenges/wiki/How-to-test-a-challenge%3F).
Then you can check the README.md that's inside every challenge folder.
### Help the project
This is a personal project, don't create a pull request. You are free to fork it anytime! :)