Data Structures - Algorithms Basics
The data in the data structures are processed by certain operations. The particular data structure chosen largely depends on the frequency of the operation that needs to be performed on the data structure.
- Traversing
- Searching
- Insertion
- Deletion
- Sorting
-
Merging
-
Data Structures
-
Algorithms
-
Graph
-
Tree
-
Recursion
for more productivity
we can add gccAutomationScript.sh bash script file to command line aliases in .bashrc file
~$vim ~/.bashrc
and add this line
alias runc='~/Desktop/basics/Data_Structures_And_Algorithms/gccAutomationScript.sh'
then source .bashrc file
~$source ~/.bashrc
now you can use runc command to run .c files such that
~$runc test.c