Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lopezjurip/numberofdiscintersections
My solution to https://codility.com/programmers/task/number_of_disc_intersections
https://github.com/lopezjurip/numberofdiscintersections
Last synced: 25 days ago
JSON representation
My solution to https://codility.com/programmers/task/number_of_disc_intersections
- Host: GitHub
- URL: https://github.com/lopezjurip/numberofdiscintersections
- Owner: lopezjurip
- Created: 2015-11-14T12:49:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T13:08:54.000Z (almost 9 years ago)
- Last Synced: 2024-03-15T14:33:12.932Z (8 months ago)
- Language: C
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NumberOfDiscIntersections
> Programming language used: C
## Results:
* Test score: _100%_
* Detected time complexity: _O(N*log(N)) or O(N)_## Run local test
Input: `[1, 5, 2, 1, 4, 0]`
```sh
$ make --quiet
```Excepted result: `11`