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

https://github.com/gokgokalp/algorithm-playground

This repository contains my solutions and personal notes about algorithms.
https://github.com/gokgokalp/algorithm-playground

algorithm algorithm-challenges algorithms csharp dotnet

Last synced: 4 months ago
JSON representation

This repository contains my solutions and personal notes about algorithms.

Awesome Lists containing this project

README

          

# Algorithm Playground
This repository contains my solutions and personal notes about algorithms.

#### Algorithms
- [Winner of an election]
- [FizzBuzz in TDD]
- [Reverse String]
- [String Compression]
- [Left Rotate]
- [Anagram Detection]
- [Palindrome Detection]
- [Array Comparison]
- [Prime Number Checker]
- [Absolute Difference]

[Winner of an election]: https://github.com/GokGokalp/algorithm-playground/blob/master/WinnerOfAnElection
[FizzBuzz in TDD]: https://github.com/GokGokalp/algorithm-playground/tree/master/FizzBuzzInTDD
[Reverse String]: https://github.com/GokGokalp/algorithm-playground/tree/master/ReverseString
[String Compression]: https://github.com/GokGokalp/algorithm-playground/tree/master/StringCompression
[Left Rotate]: https://github.com/GokGokalp/algorithm-playground/tree/master/LeftRotate
[Anagram Detection]: https://github.com/GokGokalp/algorithm-playground/tree/master/AnagramDetection
[Palindrome Detection]: https://github.com/GokGokalp/algorithm-playground/tree/master/PalindromeDetection
[Array Comparison]: https://github.com/GokGokalp/algorithm-playground/tree/master/ArrayComparison
[Prime Number Checker]: https://github.com/GokGokalp/algorithm-playground/tree/master/PrimeNumberChecker
[Absolute Difference]: https://github.com/GokGokalp/algorithm-playground/tree/master/AbsoluteDifference