Basics-Wrapup

View on GitHub

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.

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