Skip to content

Commit

Permalink
renamed some files, added more bounty
Browse files Browse the repository at this point in the history
  • Loading branch information
kokizzu committed Sep 19, 2014
1 parent 22725e2 commit 27f3816
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
File renamed without changes.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,15 @@ ChangeLog:

TODO:
=====
* add fmt.Println("test name") on main on SinglyLinkedList and DoublyLinkedList

* (empty)

BOUNTY:
=======

* implement SingleCircularLinkedList, DoubleCircularLinkedList +150 each
* implement UnrolledSinglyLinkedList, UnrolledDoubleLinkedList +200 each
* implement VList +300
* implement Skiplist +350
* implement SliceDeque +200 (use 2 slice for always O(1) operations)

File renamed without changes.

0 comments on commit 27f3816

Please sign in to comment.