Skip to content

vibek01/Basic_DSA_Questions

Repository files navigation

Basic DSA Practice – Arrays to Linked Lists to Stacks & Queues

This repository contains my solutions to fundamental Data Structures and Algorithms (DSA) problems. It covers essential concepts like arrays, strings, sorting, stacks, queues, linked lists, and basic object-oriented programming.

πŸ›  What’s Inside

  • Topic-wise folders (e.g., Arrays/, Stacks/, LinkedLists/)
  • Clean and well-structured code written mainly in C++, with some problems in C
  • Problem-solving focused solutions without additional theory or notes

πŸ“Œ Purpose

This repo serves as my personal practice vault to:

  • Strengthen my understanding of basic DSA concepts
  • Improve logic building and coding speed
  • Prepare for technical interviews and coding assessments

πŸ’» Language Used

  • C++
  • C (for some beginner-level problems)

🧭 Topics Covered

  • Arrays
  • Strings
  • Sorting
  • Stacks
  • Queues
  • Linked Lists
  • Objects & Classes

Problems are primarily taken from CodeChef and similar platforms.

About

πŸ“š Personal practice repository for foundational DSA topics like Arrays, Strings, Linked Lists, Stacks, Queues, etc. πŸ” Contains C++ implementations of problems ranging from easy to hard, organized topic-wise.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors