Skip to content
SlayStudy

Learn Computer Science

  • Algorithms
  • Data Structures
  • Coding Questions
  • Graph Theory
  • Hiring
  • Contact

Data Structures

Array

  • Reverse an Array in c/c++
  • Left Rotation (Shift) of Array by one
  • Right Rotate (Shift) Array by one
  • Merge Two Sorted Arrays using Recursion
  • Sort Two Dimensional (2D) array
  • Minimum number of comparisons to find the minimum and maximum

Linked List

  • Reverse Linked List
  • Reverse Linked List in Group
  • Singly Linked List Program in C++ using class

Stack

  • Stack Introduction
  • Prefix To Infix
  • Evaluation of Prefix Expressions (Polish Expressions)
  • Postfix to Infix
  • Evaluation of Postfix Expression Using Stack
  • Infix to Postfix

Queue

  • Queue Introduction

Binary Tree

  • Binary Tree Level Order Traversal

Thanks for visiting this site. If you face any problem or find any error feel free to contact us.

Copyright © 2023 SlayStudy
Privacy Policy