Algorithms learning materials and exercises

AI Thread Summary
A teaching assistant in Bosnia and Herzegovina is seeking resources for a course on "Introduction to Computer Algorithms," specifically focusing on mathematical concepts like induction, recursion, and algorithm complexity. The goal is to find examples and tasks that relate these concepts to programming and computer science rather than traditional math. Suggestions include exploring Sedgewick's "Algorithms in C," which may contain relevant material, and reviewing a course from the University of Pennsylvania that outlines necessary mathematical foundations. The assistant is looking for literature in English that can provide practical examples for lab classes.
oujea
Messages
11
Reaction score
0
Hello

I'm teaching assistant at one university in Bosnia and Herzegovina (department for computer science) and I have recently been chosen to be an assistant at "Introduction to computer algorithms" subject. First few classes are based on mathematical background (induction, recursion, algorithm complexity and so on) and I need to find (or make) some examples and tasks for students from this field and to let them work on it during the lab classes, so I'm looking for literature (english) and examples from this field of science, but as much as possible focused on programming and computer science side. Not regular math examples about induction, but something that could be easily interpreted as computer science engineer problem.Do you have any advices where to start from?Thank you in advance
 
Technology news on Phys.org
I already tried there but no luck, there is nothing with focus on mathematical background
 
Sedgewick's 'Algorithms in C' has (I think) a lot of what you want. How much of it is freely available I do not know.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Back
Top