Skip to content

sanjaytharagesh31/codestuff

Repository files navigation

codestuff

C++ Programs for beginners
Errors || Bugs ? Do Pull Request : Add New <code>;

Navigate

First program

Problems

Files

List

  • List - Implementation of list using STL.
  • Stack - Linked list implimention of stack.
  • Queue - Linked list implimention of queue.
  • Insert Node at N - Function to insert an element at a given position in linked list.
  • Merge linked list - Function to merge two sorted linked list into one sorted linked list.
  • Binary trees - To implement trees using linked lists.

Pattern Printing

Searching

Sorting

String

Graphs