Giter Site home page Giter Site logo

datastructures's Introduction

datastructures

Implementation of datastructures for interviews.

You can use this as a starter kit for coding interview questions in linked lists and binary search trees.

For linked list, you can pass the linked list as a command line argument.

Take a look at linked_lists/linked_list.h for the structure and other implementation details.

For binary tree, you can specify the size of the tree along with the preorder and inorder traversals to construct trees with unique elements in a file and construct a tree from that.

You can also create binary trees with random node values, which you can use to test your binary tree code.

Take a look at binary_tree/binary_tree.h for the structure and other implementation details.

This aims to make construction and testing easier, keeping the representat- ion simpler, allowing you to focus on coding. Interviewers usually assume that such a code base is available to you during the coding interviews for datastructures, so hopefully it is useful that way.

datastructures's People

Contributors

r-arun avatar

Watchers

 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.