- C++
- JavaScript
- Ruby
- Crystal
- Python
- Haskell
- C
- Java
- PHP
- Dart
- Julia (Beta)
- TypeScript
- CoffeeScript
- Reason (Beta)
- Elixir
- Racket
- Clojure
- C#
- Prolog (Beta)
- CFML (Beta)
- Swift
- Rust
- Go
- R (Beta)
- COBOL (Beta)
- NASM
Start training on this collection. Each time you skip or complete a kata you will be taken to the next kata in the series. Once you cycle through the items in the collection you will revert back to your normal training routine.
DescriptionEdit
in Programming, Sorting is rearrange a given array/list elements , By default in ascending order, For example, {3, 1, 2}
, in its sorted form will be {1, 2, 3}
in this simple collection you'll encounter more tricky Sorting-Katas , Will Lead you to :
-
Tune/Enhance your code , since Some of them test performance , So keep your eyes open .
-
Sharpen your vector/list/array-manipluation skills
-
Hope you all the Best , Waiting your Feedback , .. Regards .. Zizou