Skip to content

fontesrp/Algorithmic-Toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithmic-Toolbox

Programs for UC San Diego's Algorithmic Toolbox course

Compile using

gcc -pipe -O2 -std=c11 <file_name> -lm

I noticed I was having to scroll up and down the code all the time to check the variable types, so I'm trying a new naming system in which the variable name starts with its type. Here is the reference I'm using.

Hungarian notation reference

About

Programs for UC San Diego's Algorithmic Toolbox course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages