Are they any free eBooks or PDF files online about writing data structures in C?
I tried doing a search through google and kept going results for c++ books, which was not what I wanted.
C data structures
Page 1 of 13 Replies - 1319 Views - Last Post: 29 May 2012 - 08:56 PM
Replies To: C data structures
#2
Re: C data structures
Posted 29 May 2012 - 07:54 PM
These aren't specifically about data structures but you may find them helpful:
The C Book
Beej's Guide to C Programming
Learn C the Hard Way
The C Book
Beej's Guide to C Programming
Learn C the Hard Way
#3
Re: C data structures
Posted 29 May 2012 - 08:46 PM
What I am looking for is something that I first design a linked list then move onto trees, and finally heaps. I have worked through a couple of Java Data structure books, and I should be creative and figure out how to convert an algorithm from Java into C. But yes we all know that Java uses references where as C uses low-pointer to index memory address.
PS I always wanted to code a working heap data structure in Lisp, since that was where it was 1st implemented in Lisp to provided dynamic memory allocation.
PS I always wanted to code a working heap data structure in Lisp, since that was where it was 1st implemented in Lisp to provided dynamic memory allocation.
#4
Re: C data structures
Posted 29 May 2012 - 08:56 PM
We have a data structures in C++ tutorial. It should be a better starting point than a Java tutorial.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote






|