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

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

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)