Skip to content

Commit c10b7db

Browse files
committed
flatten C examples
1 parent d26329e commit c10b7db

14 files changed

+8
-10
lines changed

Diff for: C/README.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ C - Examples
44
Program List
55
------------
66

7-
[*Algorithms*](/C/Algorithms/)
7+
*Algorithms*
88

99
- **caesarCipher**.c
1010
- encode or decode from a text file
1111

12-
[*Data Structures*](/C/DataStructures/)
12+
*Data Structures*
1313

1414
- **binarySearchTree**.c
1515
- binary search tree implementation
@@ -18,11 +18,11 @@ Program List
1818
- **stack**.c
1919
- stack implementation
2020

21-
[*Graphics*](/OpenGL/)
21+
*Graphics*
2222

2323
- check the [**OpenGL** folder](/OpenGL/) for graphics samples in C
2424

25-
[*Language*](/C/Language/)
25+
*Language*
2626

2727
- **circle**.c
2828
- output points along a unit circle
@@ -35,7 +35,7 @@ Program List
3535
- **pointer**.c
3636
- test C pointers
3737

38-
[*System*](/C/System/)
38+
*System*
3939

4040
- **fileIO**.c
4141
- read from file
@@ -45,14 +45,12 @@ Program List
4545
Compiling & Running Code
4646
------------------------
4747

48-
for Linux, you can use the provided bash script
48+
For Linux, you can use the provided bash script
4949
> e.g. for program: **caesarCipher.c**
5050
51-
> > cd **Algorithms**
52-
53-
> > ./../run **caesarCipher**
51+
> > ./run **caesarCipher**
5452
5553
Credit
5654
------
5755

58-
**Leon Tabak** for inspiring *DataStructures/binarySearchTree.c*, *DataStructures/stack.c*, & *Language/macros.c*
56+
**Leon Tabak** for inspiring *binarySearchTree.c*, *stack.c*, & *macros.c*
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: C/Language/circle.c renamed to C/circle.c

File renamed without changes.

Diff for: C/System/fileIO.c renamed to C/fileIO.c

File renamed without changes.

Diff for: C/System/fileIO.in renamed to C/fileIO.in

File renamed without changes.

Diff for: C/Language/helloWorld.c renamed to C/helloWorld.c

File renamed without changes.

Diff for: C/Language/ints.c renamed to C/ints.c

File renamed without changes.
File renamed without changes.

Diff for: C/Language/macros.c renamed to C/macros.c

File renamed without changes.

Diff for: C/Language/pointer.c renamed to C/pointer.c

File renamed without changes.

Diff for: C/System/readInput.c renamed to C/readInput.c

File renamed without changes.

Diff for: C/DataStructures/stack.c renamed to C/stack.c

File renamed without changes.

0 commit comments

Comments
 (0)