Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"