https://github.com/vfdev-5/codility_maxcounters
https://github.com/vfdev-5/codility_maxcounters
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vfdev-5/codility_maxcounters
- Owner: vfdev-5
- Created: 2015-03-23T21:09:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T21:11:36.000Z (about 11 years ago)
- Last Synced: 2025-02-08T10:43:59.398Z (over 1 year ago)
- Language: C++
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codility_MaxCounters
Something wrong with my O(N+M) solution according to the site
However, my O(N*M) solution work OK except the complexity
My random checks of both solution are OK (Tested on Mac). What is the problem?