Line 6: | Line 6: | ||
Share advice with future students regarding ECE264 on [[Peer Legacy ECE264|this page]]. | Share advice with future students regarding ECE264 on [[Peer Legacy ECE264|this page]]. | ||
− | *[[ | + | |
+ | *[[Need to Know|Need to Know this]] (by Kritin Gokharu) | ||
*[[Lecture notes by aashish simha]] | *[[Lecture notes by aashish simha]] | ||
− | *[[Spring 2011 Lecture notes]] (by Kritin Gokharu) | + | *[[Spring 2011 Lecture notes]] (by Kritin Gokharu) |
+ | *[[Binary_Tree:_In_Order_and_Post_Order|Binary Trees: In order, Post Order]] (by Kyle Donnelly) | ||
+ | |||
== Main Topics in ECE264 == | == Main Topics in ECE264 == | ||
*[[Binary|Binary Search and Selection Sort]] (Binary Search and Selection Sort) | *[[Binary|Binary Search and Selection Sort]] (Binary Search and Selection Sort) | ||
− | *[[ | + | *[[Header Files|Header Files]] (by Kritin Gokharu) |
*[[Binary Trees]], by John Jachna | *[[Binary Trees]], by John Jachna | ||
+ | |||
== Interesting Pages in the ECE264 Category == | == Interesting Pages in the ECE264 Category == | ||
Revision as of 11:30, 30 April 2011
Contents
ECE 264: Advanced C Programming
Peer Legacy
Share advice with future students regarding ECE264 on this page.
- Need to Know this (by Kritin Gokharu)
- Lecture notes by aashish simha
- Spring 2011 Lecture notes (by Kritin Gokharu)
- Binary Trees: In order, Post Order (by Kyle Donnelly)
Main Topics in ECE264
- Binary Search and Selection Sort (Binary Search and Selection Sort)
- Header Files (by Kritin Gokharu)
- Binary Trees, by John Jachna
Interesting Pages in the ECE264 Category
- How to write a C program using Eclipse, by Prof. Yung Lu
- How to debug using DDD, by Prof. Yung Lu.