Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alistra committed Jun 5, 2011
1 parent ec32777 commit fddf12a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion AllStructures.hs
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,10 @@ array = DS "Array" [


allStructures :: [Structure]
allStructures = [rbt, heap, hash, ll] --, binom, array, fibo]
allStructures = [extremalElemCache rbt,
rbt,
hash,
extremalElemCache hash,
heap,
extremalElemCache ll,
ll] --, binom, array, fibo]
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ You can run tests by running runIlTests from the Tests.hs file. Those tests (Il/
Hashtable
Test File Il/tests/2.il
The recommended structure for ds is:
Red-Black Trees
Red-Black Trees with extreme element caching
The recommended structure for ds2 is:
Heap
Red-Black Trees with extreme element caching
Test File Il/tests/3.il
The recommended structure for ds is:
Red-Black Trees
Red-Black Trees with extreme element caching
The recommended structure for ds2 is:
Heap
Linked List with extreme element caching

# Low Level

Expand Down

0 comments on commit fddf12a

Please sign in to comment.