algorithm implementation using go
- To be filled in
- To be filled in
- Egg drop problem
- Closest pair of points
- Given n points on a two-dimensional plane, find the pir of points such tha the distances between them is smaller than any other pair of points
- can be solved in O(n log n) time