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

https://github.com/arttet/interview-preparation-kit-in-go

:open_book: The Interview Preparation Kit in Go
https://github.com/arttet/interview-preparation-kit-in-go

algorithm-challenges algorithms algorithms-and-data-structures

Last synced: 3 months ago
JSON representation

:open_book: The Interview Preparation Kit in Go

Awesome Lists containing this project

README

        

# [Minimum Absolute Difference in an Array](https://www.hackerrank.com/challenges/minimum-absolute-difference-in-an-array)

__Complexity Analysis__:

* Time complexity: _O(n * log n)_.
* Space complexity: _O(1)_.