https://github.com/programmerjake/cc-example
https://github.com/programmerjake/cc-example
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/programmerjake/cc-example
- Owner: programmerjake
- Created: 2015-06-16T05:48:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T15:05:51.000Z (over 10 years ago)
- Last Synced: 2025-01-10T14:30:18.772Z (about 1 year ago)
- Language: C++
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)).