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.
- Host: GitHub
- URL: https://github.com/gokgokalp/algorithm-playground
- Owner: GokGokalp
- Created: 2019-02-21T10:26:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T11:45:42.000Z (over 5 years ago)
- Last Synced: 2025-06-28T05:34:23.910Z (5 months ago)
- Topics: algorithm, algorithm-challenges, algorithms, csharp, dotnet
- Language: C#
- Size: 16.6 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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