File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This repository is for small C and C++ programs I do outside of my school work.
14
14
15
15
## Algorithms
16
16
17
- ### C programs
17
+ #### C programs
18
18
<details >
19
19
<summary >Expand C Programs</summary >
20
20
@@ -39,7 +39,7 @@ This repository is for small C and C++ programs I do outside of my school work.
39
39
40
40
</details >
41
41
42
- ## C++ Programs
42
+ #### C++ Programs
43
43
44
44
<details >
45
45
<summary >Expand C++ Programs</summary >
@@ -116,7 +116,7 @@ This repository is for small C and C++ programs I do outside of my school work.
116
116
117
117
## Data Structures
118
118
119
- ### C Programs
119
+ #### C Programs
120
120
<details >
121
121
<summary >Expand C Data Structures</summary >
122
122
@@ -125,13 +125,11 @@ This repository is for small C and C++ programs I do outside of my school work.
125
125
126
126
</details >
127
127
128
- ### C++ Programs
128
+ #### C++ Programs
129
129
<details >
130
130
<summary >Expand C++ Data Structures</summary >
131
131
132
- - hashtable.cpp
133
- - * BST*
134
- - ** Binary Search Tree**
132
+ - ** Binary Search Tree**
135
133
- *** Methods include***
136
134
- insert
137
135
- delete
@@ -147,7 +145,7 @@ This repository is for small C and C++ programs I do outside of my school work.
147
145
- return the least depth from the root
148
146
- print the tree level by level
149
147
- ** Singly Linked List**
150
- - *Methods include*
148
+ - *** Methods include** *
151
149
- get value at front
152
150
- get value at back
153
151
- get the size
@@ -217,7 +215,7 @@ This repository is for small C and C++ programs I do outside of my school work.
217
215
218
216
## Sorting-Searching
219
217
220
- ### C Programs
218
+ #### C Programs
221
219
222
220
<details >
223
221
<summary >Expand C Sorting-Searching</summary >
@@ -240,7 +238,7 @@ This repository is for small C and C++ programs I do outside of my school work.
240
238
241
239
</details >
242
240
243
- ### C++ Programs
241
+ #### C++ Programs
244
242
245
243
<details >
246
244
<summary >Expand C++ Sorting-Searching</summary >
You can’t perform that action at this time.
0 commit comments