Skip to content

Commit

Permalink
Update package documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
moorara committed Jan 18, 2024
1 parent 629ee6d commit 09ef8c1
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion automata/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# automata

Finite automata are recognizers; they simply say yes or no for each possible input string.
They come in two flavors:
Expand Down
3 changes: 1 addition & 2 deletions graph/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# graph

## Test Graphs
The example graphs used in test files are shown below.

### Undirected

Expand Down
1 change: 0 additions & 1 deletion heap/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# heap

| Heap | Description |
|------|-------------|
Expand Down
1 change: 0 additions & 1 deletion list/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# list

| Data Structure | Description |
|----------------|---------------------------|
Expand Down
1 change: 0 additions & 1 deletion sort/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# sort

| Sort | Best Case | Average Case | Worst Case | Memory | Comment |
|-----------|:-----------------:|:-----------------:|:-----------------:|:------:|-----------------------------------------------|
Expand Down
1 change: 0 additions & 1 deletion symboltable/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# st

This package provides implementations for **symbol table** data structures.

Expand Down
2 changes: 0 additions & 2 deletions trie/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# trie


This package provides implementations for **prefix tree** a.k.a. **trie** data structures.

Expand Down

0 comments on commit 09ef8c1

Please sign in to comment.