Skip to content

Commit 427d235

Browse files
Update readme data structures formatting
1 parent 3e5e55e commit 427d235

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ This repository is for small C and C++ programs I do outside of my school work.
126126
<details>
127127
<summary>Expand C++ Data Structures</summary>
128128

129-
- hashtable.cpp
130-
- *BST*
131-
- **Binary Search Tree**
129+
- **Binary Search Tree**
132130
- ***Methods include***
133131
- insert
134132
- delete
@@ -144,7 +142,7 @@ This repository is for small C and C++ programs I do outside of my school work.
144142
- return the least depth from the root
145143
- print the tree level by level
146144
- **Singly Linked List**
147-
- *Methods include*
145+
- ***Methods include***
148146
- get value at front
149147
- get value at back
150148
- get the size

0 commit comments

Comments
 (0)