almahfuz777 / DSA-templates

DSA templates and resources with some practice problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSA templates

This repository contains templates for various data structures and algorithms in C++ which I studied for my CSE225 course.

Topics Covered:

  • [Dynamic Memory Allocation]
  • [Dynamic Array]
  • [Operator Overloading]
  • [Unsorted List using Array]
  • [Sorted List using Array]
  • [Unsorted List using Linked List]
  • [Sorted List using Linked List]
  • [Stack implementation using Array]
  • [Stack implementation using Linked List]
  • [Queue implementation using Array]
  • [Queue implementation using Linked List]
  • [Binary Search Tree]
  • [Graph]
  • [Searching Algorithms]
  • [Sorting Algorithms]

About

DSA templates and resources with some practice problems


Languages

Language:C++ 100.0%