Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`