Dennis Otwoma
Dennis Otwoma
I have implemented the cocktail sort/cocktail shaker sorting algorithm.
### Motivation I have been looking at the code for checking whether an array is sorted and this is the current implementation: ```TypeScript export function isSortedArray(arr: number[]): boolean { for...
### Detailed Description For the MongoDB roadmap: [https://roadmap.sh/mongodb?fl=0](https://roadmap.sh/mongodb?fl=0), under language drivers, there's a part you were to list examples of drivers but didn't list them: > MongoDB supports a wide...