-
Notifications
You must be signed in to change notification settings - Fork 222
List of C Sharp Kata to Update
kazk edited this page Mar 12, 2020
·
22 revisions
The following kata needs to fixed to enable C# 7.3/8.0. Any help will be appreciated.
- Aurecchia Mathematical question chapter 1
- Basics 07: Calculate Sin(x) - too easy?
- Count the likes
- Create a simple Class at Runtime
- Dictionary Merge
- Fibonacci
- Fibonacci sequence with Linq
- Graphics 04: Complete Function Grapher (~15 Lines of Code?!)
- Is number a palindrome?
- Leap year
- Linear equations N x M, complete solution space, fraction representation
- Number Zoo Patrol
- Palindrome chain length
- Polygon Orientation
- Reflection #2 - Give me all methods
- Reflection #3 - Add the member-results
- Reflection #4 - Complete-Invoke
- RunTime Compiler
- Simple Fun #174: Unlucky Number
- Simplexer
- String -> N iterations -> String
- To buy or not to buy
- Whos the TIC TAC TOE champion?