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

https://github.com/vfdev-5/codility_maxcounters


https://github.com/vfdev-5/codility_maxcounters

Last synced: 10 months ago
JSON representation

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?