https://github.com/nikoksr/coding-challenges
List of small coding projects / challenges
https://github.com/nikoksr/coding-challenges
Last synced: about 1 year ago
JSON representation
List of small coding projects / challenges
- Host: GitHub
- URL: https://github.com/nikoksr/coding-challenges
- Owner: nikoksr
- License: gpl-3.0
- Created: 2018-08-19T11:17:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T13:02:59.000Z (over 7 years ago)
- Last Synced: 2024-10-06T05:41:28.427Z (almost 2 years ago)
- Language: C
- Size: 154 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coding Challenges
List of small coding projects / challenges - done for practice and fun
## Project Overview
* Armstrong Numbers
* Binary Search
* Bubblesort
* Change Return
* Collatz-Conjecture Algorithm
* Compression
* Euclidian Algorithm
* Factorial
* Fermat's Little Theorem
* Fibonacci
* FizzBuzz
* Happy Numbers
* Heap Permutation
* Insertsort
* Pig Latin
* Quicksort
* Reverse String
* Selectionsort
* Sieve of Eratosthenes
## Additional Informations
Written in C(GCC 8.2) and Python(3.7)