Skip to content

Commit 2d0ddd7

Browse files
Merge branch 'master' of github.com:Alex0Blackwell/c-projects
2 parents ae0cddc + 427d235 commit 2d0ddd7

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository is for small C and C++ programs I do outside of my school work.
1414

1515
## Algorithms
1616

17-
### C programs
17+
#### C programs
1818
<details>
1919
<summary>Expand C Programs</summary>
2020

@@ -39,7 +39,7 @@ This repository is for small C and C++ programs I do outside of my school work.
3939

4040
</details>
4141

42-
## C++ Programs
42+
#### C++ Programs
4343

4444
<details>
4545
<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.
116116

117117
## Data Structures
118118

119-
### C Programs
119+
#### C Programs
120120
<details>
121121
<summary>Expand C Data Structures</summary>
122122

@@ -125,13 +125,11 @@ This repository is for small C and C++ programs I do outside of my school work.
125125

126126
</details>
127127

128-
### C++ Programs
128+
#### C++ Programs
129129
<details>
130130
<summary>Expand C++ Data Structures</summary>
131131

132-
- hashtable.cpp
133-
- *BST*
134-
- **Binary Search Tree**
132+
- **Binary Search Tree**
135133
- ***Methods include***
136134
- insert
137135
- delete
@@ -147,7 +145,7 @@ This repository is for small C and C++ programs I do outside of my school work.
147145
- return the least depth from the root
148146
- print the tree level by level
149147
- **Singly Linked List**
150-
- *Methods include*
148+
- ***Methods include***
151149
- get value at front
152150
- get value at back
153151
- get the size
@@ -217,7 +215,7 @@ This repository is for small C and C++ programs I do outside of my school work.
217215

218216
## Sorting-Searching
219217

220-
### C Programs
218+
#### C Programs
221219

222220
<details>
223221
<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.
240238

241239
</details>
242240

243-
### C++ Programs
241+
#### C++ Programs
244242

245243
<details>
246244
<summary>Expand C++ Sorting-Searching</summary>

0 commit comments

Comments
 (0)