Skip to content

vineetdev/datastructureinc

Repository files navigation

datastructureinc

This project covers code for various data structure questions.

It covers

  1. Searching: Linear and Binary,

    • Linear search,
    • Binary search.
  2. Sorting: various sorting techniques covered,

    • Bubble sort,
    • Insertion sort,
    • Selection sort,
    • Quick sort.
  3. Linked list: various operations on linked list performed,

  • Double Linked list Operations covered are Addition of node at the start, after a node and at the last. Deletion of node - head node, last node or a specified node.

  • Circular Linked List

  1. Tree: tree formation, tree traversal, depth, mirrorTheTree,
  • Preorder traversal without recursion,
  • Postorder traversal without recursion,
  • Inorder traversal without recursion,
  • Breadth first traversal.
  1. Stack: sample implementation,

  2. Solutions to questions asked in Microsoft interviews,

  3. Solutions to questions asked in AKAMAI interviews.

About

Automatically exported from code.google.com/p/datastructureinc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published