Add unit tests for the following programs: - [x] N-Queens - [x] Kadane - [x] LCS - [x] KMP - Searching - [x] Common test for linear search and binary search - [ ] Ternary search* - Sorting - [x] Common test - [ ] Radix sort \* Ternary search currently has a unit test but it needs to be refactored.