You are on page 1of 2

ES 241 Mid Term Exam Topics 9/14/2012 1: Unix/Linux Tutorial for Beginners: http://www.ee.surrey.ac.

uk/Teaching/Unix/ Linux Shell Scripting Tutorial: http://ftp.psu.ac.th/pub/bash-howto/Linux_shell_scripting_v2.pdf Chapter 1, 2 grep, sed, awk: http://coewww.rutgers.edu/www1/linuxclass2005/lessons/lesson9/shell_script_tutorial.html 2. C Programming http://cslibrary.stanford.edu/101/EssentialC.pdf 3. Data Structures Big-O-Notation: http://recursive-design.com/blog/2010/12/07/comp-sci-101-big-o-notation/ Pointers and Arrays: http://pw1.netcom.com/~tjensen/ptr/pointers.htm http://cslibrary.stanford.edu/102/PointersAndMemory.pdf Sorting Bubble Sort: http://www.thelearningpoint.net/computer-science/arrays-and-sorting-bubble-sort--with-c-program-source-code Quick Sort: http://www.thelearningpoint.net/computer-science/arrays-and-sorting-quick-sort--with-c-program-source-code Merge Sort: http://www.thelearningpoint.net/computer-science/arrays-and-sorting-merge-sort--with-c-program-source-code Stacks: http://www.thelearningpoint.net/computer-science/data-structures-stacks--with-c-program-source-code Queues: http://www.thelearningpoint.net/computer-science/data-structures-queues--with-c-program-source-code Linked Lists: http://www.thelearningpoint.net/computer-science/data-structures-singly-linked-list-with-c-program-source-code http://www.thelearningpoint.net/computer-science/data-structures-doubly-linked-list-with-c-program-sourcecode http://www.thelearningpoint.net/computer-science/data-structures-circular-linked-list--with-c-program-sourcecode http://cslibrary.stanford.edu/103/LinkedListBasics.pdf http://cslibrary.stanford.edu/105/LinkedListProblems.pdf Binary Trees: http://cslibrary.stanford.edu/110/BinaryTrees.html http://cslibrary.stanford.edu/109/TreeListRecursion.html

You might also like