Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinkersner/programming-mistakes-in-fundamentals-of-data-structures-in-c
Programming mistakes which I have found in the book Fundamentals of Data Structures in C (2nd edition) while I was reading it.
https://github.com/martinkersner/programming-mistakes-in-fundamentals-of-data-structures-in-c
Last synced: 15 days ago
JSON representation
Programming mistakes which I have found in the book Fundamentals of Data Structures in C (2nd edition) while I was reading it.
- Host: GitHub
- URL: https://github.com/martinkersner/programming-mistakes-in-fundamentals-of-data-structures-in-c
- Owner: martinkersner
- Created: 2014-04-01T08:07:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T10:16:26.000Z (almost 11 years ago)
- Last Synced: 2023-06-12T23:10:20.049Z (over 1 year ago)
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Programming mistakes in Fundamentals of Data Structures in C (2nd edition)
### (Horowitz, Sahni, Anderson-Freed)"We have chosen to present our programs using ANSI C." ~ Part of preface from book
According to [wikipedia.org](http://en.wikipedia.org/wiki/ANSI_C): "ANSI C, also known as C89 and C90 depending on the year of ratification, ..."
All programs were compiled using `gcc -ansi -std=c89 nameoffile.c`.