An open API service indexing awesome lists of open source software.

https://github.com/programmerjake/cc-example


https://github.com/programmerjake/cc-example

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

I wrote it using C++11.
Currently I'm using an insertion sort for handling median, so the runtime is O(n^2).
The word counter uses std::set and std::map so the runtime is O(n log(n)).