Skip to content

Commit 72209df

Browse files
committed
fixed README.md
1 parent e29d933 commit 72209df

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

-13
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,4 @@ Graph traversal is a technique for finding solutions to problems that can be rep
3333
This approach is broad, and includes depth-first search, breadth-first search, tree traversal, and many specific variations that may include local optimizations and excluding search spaces that can be determined to be non-optimum or not possible.
3434
These techniques may be used to solve a variety of problems including shortest path and constraint satisfaction problems.
3535

36-
## Datastructures
37-
38-
39-
### HashMaps
40-
41-
### Heap
42-
43-
### List
44-
45-
### Stack
46-
47-
### Tree
48-
4936

0 commit comments

Comments
 (0)