Git Product home page Git Product logo

kavitheshas / sedgewick-algorithms-in-c-exercises-and-examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from caisah/sedgewick-algorithms-in-c-exercises-and-examples

0.0 0.0 0.0 231 KB

Examples and exercises from Algorithms in C, Parts 1-4: Fundamentals, Data Structures, Sorting, Searching by Robert Sedgewick book

Home Page: https://www.goodreads.com/book/show/27862.Algorithms_in_C_Parts_1_4

C++ 2.88% C 82.13% Objective-C 0.21% Makefile 14.78%

sedgewick-algorithms-in-c-exercises-and-examples's Introduction

Algorithms in C

My takes of Algorithms in C - Fundamentals, Data Structures, Sorting, Searching (3rd Edition) book by Robert Sedgewick. It contains code for both the examples and the exercises.

###Organization

Each dir has only the code from the specific chapter.

Each dir contains 2 subdirs, one with the code for the examples and one with answers for the exercises.

###Compiling

All the programs were compiled with the -std=c99 flag and should work out of the box.

###Missing & Other

Some of the answers for particular exercises are missing. I have omitted exercises which require only a explanatory type of solution or for which I found no value in solving.

Most of the latest chapters have no exercises.

Some of the examples are not 100% according to the book, because I tried to make them work in a practical way (are more than only scattered code snippets). Therefore some examples contain code I have added in order to compile and work with some input.

sedgewick-algorithms-in-c-exercises-and-examples's People

Contributors

iostiny avatar caisah avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.