https://github.com/sourceallies/technicalinterviewkatas
This repository is used to hold references to materials used during technical interviews. The materials here will be updated and reveiwed quite often. Please commit after each step of the Kata in order to assist us in tracking your thought process
https://github.com/sourceallies/technicalinterviewkatas
Last synced: 11 months ago
JSON representation
This repository is used to hold references to materials used during technical interviews. The materials here will be updated and reveiwed quite often. Please commit after each step of the Kata in order to assist us in tracking your thought process
- Host: GitHub
- URL: https://github.com/sourceallies/technicalinterviewkatas
- Owner: sourceallies
- Created: 2016-02-16T16:19:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T16:45:16.000Z (over 10 years ago)
- Last Synced: 2024-04-14T22:23:14.755Z (about 2 years ago)
- Language: C#
- Homepage:
- Size: 6.12 MB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Technical Interviews
This repository is used to hold references to materials used during technical interviews. The materials here will be updated and reveiwed quite often. Please commit after each step of the Kata in order to assist us in tracking your thought process.
For additional information on Code Kata's, look [Here](http://www.codekatas.org/)
For additional practice, look [Here](http://www.codewars.com/)
# Katas
[String Calculator](http://osherove.com/tdd-kata-1/)
[String Calculator 2](http://osherove.com/tdd-kata-2/)
[Roman Numerals](http://agilekatas.co.uk/katas/romannumerals-kata.html)
[FizzBuzz Game](http://agilekatas.co.uk/katas/fizzbuzz-kata.html)
[Red Pencil](https://stefanroock.wordpress.com/2011/03/04/red-pencil-code-kata/)
[Bowling Game](http://www.codingdojo.org/cgi-bin/index.pl?KataBowling)
[Multiple Katas](https://github.com/garora/TDD-Katas)
[Supermarket Kata](http://codekata.com/kata/kata01-supermarket-pricing/)
[Karate Chop](http://codekata.com/kata/kata02-karate-chop/)
[How Big, How Fast?](http://codekata.com/kata/kata03-how-big-how-fast/)
[Data Munging](http://codekata.com/kata/kata04-data-munging/)
[Bloom Filters](http://codekata.com/kata/kata05-bloom-filters/)
[Anagrams](http://codekata.com/kata/kata06-anagrams/)
[Reviewing](http://codekata.com/kata/kata07-howd-i-do/)
[Conflicting Objectives](http://codekata.com/kata/kata08-conflicting-objectives/)
[Checkout](http://codekata.com/kata/kata09-back-to-the-checkout/)
[Hash vs. Class](http://codekata.com/kata/kata10-hashes-vs-classes/)
[Sorting it Out](http://codekata.com/kata/kata11-sorting-it-out/)
[Best Sellers](http://codekata.com/kata/kata12-best-sellers/)
[Counting Lines](http://codekata.com/kata/kata13-counting-code-lines/)
[Trigrams](http://codekata.com/kata/kata14-tom-swift-under-the-milkwood/)
[Playing with Bits](http://codekata.com/kata/kata15-a-diversion/)
[Business Rules](http://codekata.com/kata/kata16-business-rules/)
[More Business Rules](http://codekata.com/kata/kata17-more-business-rules/)
[Dependencies](http://codekata.com/kata/kata18-transitive-dependencies/)
[Word Chains](http://codekata.com/kata/kata19-word-chains/)
[Klondike](http://codekata.com/kata/kata20-klondike/)
[Simple Lists](http://codekata.com/kata/kata21-simple-lists/)
[Pac Man](http://codingdojo.org/cgi-bin/index.pl?KataPacMan)
[Trading Card Game](http://codingdojo.org/cgi-bin/index.pl?KataTradingCardGame)
[Tennis](http://codingdojo.org/cgi-bin/index.pl?KataTennis)
[Texas Hold Em](http://codingdojo.org/cgi-bin/index.pl?KataTexasHoldEm)
[Range](http://codingdojo.org/cgi-bin/index.pl?KataRange)
[Dictionary Replacer](http://codingdojo.org/cgi-bin/index.pl?KataDictionaryReplacer)