Homework
Some CINVESTAV's homework that I've done:
- Circular List Sorts a set of points counter-clockwise in Python.
- Infix to postfix C Change an expression from infix to subfix in C.
- Sort a list of integers Sort a list of integers in C using qsort.
- BTS A Binary Search Tree in C with search, delete and create functions.
- Circular forward list Sorts a set of points counter-clockwise in C++.
- Infix to postfix C++ Change an expression from infix to subfix in C++.
- Bash Plot A Bash script to plot figures from that paper.