Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vintharas/coding-katas
Collection of Coding Katas
https://github.com/vintharas/coding-katas
Last synced: 2 months ago
JSON representation
Collection of Coding Katas
- Host: GitHub
- URL: https://github.com/vintharas/coding-katas
- Owner: Vintharas
- Created: 2012-02-27T19:32:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T05:39:50.000Z (almost 11 years ago)
- Last Synced: 2023-03-11T07:57:54.640Z (almost 2 years ago)
- Language: C#
- Homepage: barbarianmeetscoding.com
- Size: 543 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Vintharas' Coding Katas Collection
## Katas
### Katas By Complexity
#### Beginner- FizzBuzz
- TeaParty### Katas for Specific Techniques
#### TDD- String Calculator
### Katas for Data Structures
### Katas for Algorithms## Books
- Refactoring
## Resources and References
- [Project Euler][]
- [CodeKata][]
- [Coding Kata .NET][]
- [CodeKatas.org][]
- [Craking the Code Interview at GitHub](https://github.com/gaylemcd/ctci)[Project Euler]: http://projecteuler.net "Project Euler"
[CodeKata]: http://codekata.pragprog.com "Code Kata - The Pragmatic Programmer."
[Coding Kata .NET]: http://codingkata.net "Coding Kata .NET"
[CodeKatas.org]: http://www.codekatas.org "CodeKatas.org"