Code Monkey home page Code Monkey logo

algo's Introduction

Implementation for <Data Structures and Algorithm Analysis in C (2nd Edition)> by Mark Allen Weiss

Solution coverage:

[Chapter 3]

3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7.a;b;d, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.15, 3.17, 3.18.b;c,
3.19, 3.20, 3.21, 3.22.a, 3.23, 3.25, 3.26

[Chapter 4]

4.10, 4.18, 4.19, 4.20, 4.22, 4.27, 4.28, 4.29, 4.30, 4.31, 4.32, 4.35, 4.37.a, 4.40, 4.41, 4.42, 
4.44, 4.45, 4.46.b;c

[Chapter 5]

5.3, 5.11.d

[Chapter 6]

6.4, 6.5, 6.11, 6.15.a;b;c;d,

[Chapter 7]

7.14

algo's People

Contributors

xxks-kkk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

algo's Issues

Enhance error handling

I manually test the functionality of pop a stack when it is empty. In this situation, pop should return an error, which it does. However, if I actually put this situation under my test main program, the following test cannot carry on because I fatal will do exit(-1).

I need to find a way to allow testing those error handling situations while the rest of test cases can still carry on.

MAW 5.15 Implement extendible hashing

I have implemented basic but definitely buggy extendible hashing. See the branch with name "extendible-hashing". However, due to the time constraint, polish it may take 2-3 days and I'm not going to do it in my first iteration.

MAW 4.43

Transform a BST "T1" to another BST "T2" through AVL single rotations.

makefile wrapper

I need a bld script to wrap around makefile(s) to have more control on how I want to build the project. This bld script should be developed using Perl.

Utility module

I need to have a utility module that offer the routines to be used across different data structure module

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.