We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5e55e commit 427d235Copy full SHA for 427d235
README.md
@@ -126,9 +126,7 @@ This repository is for small C and C++ programs I do outside of my school work.
126
<details>
127
<summary>Expand C++ Data Structures</summary>
128
129
- - hashtable.cpp
130
- - *BST*
131
- - **Binary Search Tree**
+ - **Binary Search Tree**
132
- ***Methods include***
133
- insert
134
- delete
@@ -144,7 +142,7 @@ This repository is for small C and C++ programs I do outside of my school work.
144
142
- return the least depth from the root
145
143
- print the tree level by level
146
- **Singly Linked List**
147
- - *Methods include*
+ - ***Methods include***
148
- get value at front
149
- get value at back
150
- get the size
0 commit comments