Skip to content
Snippets Groups Projects
Commit 52443c55 authored by Sondre.Bolland1's avatar Sondre.Bolland1
Browse files

Update README.md

parent 284c7fdd
Branches collection-version
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ Code currently includes only one algorithm for doing this:
* Simple solution: Triple for-loop (brute force)
* Time Complexity: O(n<sup>3</sup>)
Write a better/faster algorithm.
## Task
1. Implement the ``ITriplicate`` interface.
```java
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment