Fernanda-Kipper / Data-Structure-and-Algorithm
Knowledges about algorithms and data structure applied in C.
README
Project • Learnings • Clone this project • License
<h1 id="project" align="center">Data Structure and Algorithms</h1>
</p>
This repository has the aim to store knowledge's about Algorithm and Data Structure in C. All the algorithms has memory leak debugged with DrMemory.
<h2 id="learnings">Learnings</h2>
Algorithms
- Insertion Sort
- Selection Sort
- Quick Sort
Data Structures
- Stack
- Last in First Out
- Queue
- First in first out
- Descending order queue
- Linked Lists
- Doubly Linked Lists
- Simple Linked Lists
- Binary Trees
- Binary Search Trees
- AVL Trees
<h2 id="clone" >Clone this project</h2>
<h4> Prerequisites</h4>
- C Compiler such as GCC
- GDB C Debugger
<h4> Clone </h4>
git clone [email protected]:Fernanda-Kipper/Data-Structure-and-Algorithm.git
<h4> Run </h4>
gcc filename.c -o a.exe
./a.exe
<h4> Debbug </h4>
In the root directory
gcc filename.c -o a.exe -g
PRESS F5
<h2 id="license">License</h2>
This project is under MIT license.
