Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 7aa5e35

Browse files
committed
new Datastructures Shizz
1 parent 15bb2ec commit 7aa5e35

68 files changed

Lines changed: 23983 additions & 69 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
<CodeBlocks_project_file>
3+
<FileVersion major="1" minor="6" />
4+
<Project>
5+
<Option title="BHU" />
6+
<Option pch_mode="2" />
7+
<Option compiler="gcc" />
8+
<Build>
9+
<Target title="Debug">
10+
<Option output="bin/Debug/BHU" prefix_auto="1" extension_auto="1" />
11+
<Option object_output="obj/Debug/" />
12+
<Option type="1" />
13+
<Option compiler="gcc" />
14+
<Compiler>
15+
<Add option="-g" />
16+
</Compiler>
17+
</Target>
18+
<Target title="Release">
19+
<Option output="bin/Release/BHU" prefix_auto="1" extension_auto="1" />
20+
<Option object_output="obj/Release/" />
21+
<Option type="1" />
22+
<Option compiler="gcc" />
23+
<Compiler>
24+
<Add option="-O2" />
25+
</Compiler>
26+
<Linker>
27+
<Add option="-s" />
28+
</Linker>
29+
</Target>
30+
</Build>
31+
<Compiler>
32+
<Add option="-Wall" />
33+
</Compiler>
34+
<Unit filename="main.c">
35+
<Option compilerVar="CC" />
36+
</Unit>
37+
<Extensions>
38+
<envvars />
39+
<code_completion />
40+
<debugger />
41+
</Extensions>
42+
</Project>
43+
</CodeBlocks_project_file>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#include <stdio.h>
2+
#include <stdlib.h>
3+
4+
int main()
5+
{
6+
printf("Hello world!\n");
7+
return 0;
8+
}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
<CodeBlocks_project_file>
3+
<FileVersion major="1" minor="6" />
4+
<Project>
5+
<Option title="DataStructures" />
6+
<Option pch_mode="2" />
7+
<Option compiler="gcc" />
8+
<Build>
9+
<Target title="Debug">
10+
<Option output="bin/Debug/DataStructures" prefix_auto="1" extension_auto="1" />
11+
<Option object_output="obj/Debug/" />
12+
<Option type="1" />
13+
<Option compiler="gcc" />
14+
<Compiler>
15+
<Add option="-g" />
16+
</Compiler>
17+
</Target>
18+
<Target title="Release">
19+
<Option output="bin/Release/DataStructures" prefix_auto="1" extension_auto="1" />
20+
<Option object_output="obj/Release/" />
21+
<Option type="1" />
22+
<Option compiler="gcc" />
23+
<Compiler>
24+
<Add option="-O2" />
25+
</Compiler>
26+
<Linker>
27+
<Add option="-s" />
28+
</Linker>
29+
</Target>
30+
</Build>
31+
<Compiler>
32+
<Add option="-Wall" />
33+
</Compiler>
34+
<Unit filename="e4c.c">
35+
<Option compilerVar="CC" />
36+
</Unit>
37+
<Unit filename="e4c.h" />
38+
<Unit filename="linkedList.c">
39+
<Option compilerVar="CC" />
40+
</Unit>
41+
<Unit filename="linkedList.h" />
42+
<Unit filename="main.c">
43+
<Option compilerVar="CC" />
44+
</Unit>
45+
<Unit filename="queue.c">
46+
<Option compilerVar="CC" />
47+
</Unit>
48+
<Unit filename="test_err.c">
49+
<Option compilerVar="CC" />
50+
</Unit>
51+
<Extensions>
52+
<envvars />
53+
<code_completion />
54+
<lib_finder disable_auto="1" />
55+
<debugger />
56+
</Extensions>
57+
</Project>
58+
</CodeBlocks_project_file>
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# depslib dependency file v1.0
2+
1557153367 source:/home/jimutbp/Desktop/DATA_STRUCTURES/DataStructures/main.c
3+
<stdio.h>
4+
<stdlib.h>
5+
"linkedList.h"
6+
7+
1557137104 source:/home/jimutbp/Desktop/DATA_STRUCTURES/DataStructures/e4c.c
8+
<stdio.h>
9+
<signal.h>
10+
<errno.h>
11+
<stdarg.h>
12+
"e4c.h"
13+
<pthread.h>
14+
15+
1557137118 /home/jimutbp/Desktop/DATA_STRUCTURES/DataStructures/e4c.h
16+
<stdlib.h>
17+
<setjmp.h>
18+
<stdbool.h>
19+
20+
1557137252 source:/home/jimutbp/Desktop/DATA_STRUCTURES/DataStructures/test_err.c
21+
"e4c.h"
22+
23+
1557153209 source:/home/jimutbp/Desktop/DATA_STRUCTURES/DataStructures/queue.c
24+
<stdbool.h>
25+
<stdio.h>
26+
<errno.h>
27+
<string.h>
28+
29+
1557153172 source:/home/jimutbp/Desktop/DATA_STRUCTURES/DataStructures/linkedList.c
30+
<stdbool.h>
31+
<stdio.h>
32+
<errno.h>
33+
<string.h>
34+
35+
1557154980 /home/jimutbp/Desktop/DATA_STRUCTURES/DataStructures/linkedList.h
36+
37+
1557137104 source:/home/jimutbp/Desktop/GIT/prog_backups/c++basic/DATA_STRUCTURES/DataStructures/e4c.c
38+
<stdio.h>
39+
<signal.h>
40+
<errno.h>
41+
<stdarg.h>
42+
"e4c.h"
43+
<pthread.h>
44+
45+
1557137118 /home/jimutbp/Desktop/GIT/prog_backups/c++basic/DATA_STRUCTURES/DataStructures/e4c.h
46+
<stdlib.h>
47+
<setjmp.h>
48+
<stdbool.h>
49+
50+
1557154972 source:/home/jimutbp/Desktop/GIT/prog_backups/c++basic/DATA_STRUCTURES/DataStructures/linkedList.c
51+
<stdbool.h>
52+
<stdio.h>
53+
<errno.h>
54+
<string.h>
55+
56+
1557153367 source:/home/jimutbp/Desktop/GIT/prog_backups/c++basic/DATA_STRUCTURES/DataStructures/main.c
57+
<stdio.h>
58+
<stdlib.h>
59+
"linkedList.h"
60+
61+
1557154980 /home/jimutbp/Desktop/GIT/prog_backups/c++basic/DATA_STRUCTURES/DataStructures/linkedList.h
62+
63+
1557153209 source:/home/jimutbp/Desktop/GIT/prog_backups/c++basic/DATA_STRUCTURES/DataStructures/queue.c
64+
<stdbool.h>
65+
<stdio.h>
66+
<errno.h>
67+
<string.h>
68+
69+
1557137252 source:/home/jimutbp/Desktop/GIT/prog_backups/c++basic/DATA_STRUCTURES/DataStructures/test_err.c
70+
"e4c.h"
71+
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
<CodeBlocks_layout_file>
3+
<FileVersion major="1" minor="0" />
4+
<ActiveTarget name="Debug" />
5+
<File name="queue.c" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="4" zoom_2="0">
6+
<Cursor>
7+
<Cursor1 position="1442" topLine="45" />
8+
</Cursor>
9+
</File>
10+
<File name="e4c.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
11+
<Cursor>
12+
<Cursor1 position="97118" topLine="981" />
13+
</Cursor>
14+
</File>
15+
<File name="e4c.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
16+
<Cursor>
17+
<Cursor1 position="112562" topLine="0" />
18+
</Cursor>
19+
</File>
20+
<File name="linkedList.c" open="1" top="1" tabpos="2" split="0" active="1" splitpos="0" zoom_1="5" zoom_2="0">
21+
<Cursor>
22+
<Cursor1 position="453" topLine="35" />
23+
</Cursor>
24+
</File>
25+
<File name="main.c" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="4" zoom_2="0">
26+
<Cursor>
27+
<Cursor1 position="122" topLine="0" />
28+
</Cursor>
29+
</File>
30+
<File name="linkedList.h" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="4" zoom_2="0">
31+
<Cursor>
32+
<Cursor1 position="215" topLine="0" />
33+
</Cursor>
34+
</File>
35+
<File name="test_err.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
36+
<Cursor>
37+
<Cursor1 position="112" topLine="0" />
38+
</Cursor>
39+
</File>
40+
</CodeBlocks_layout_file>
65.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)