Skip to content

This repository consists of Algorithms and Data Structures questions asked in coding interviews.

Notifications You must be signed in to change notification settings

RitvikSaranS/datastructures-and-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms

This repository contains a collection of problems and solutions on data structures and algorithms implemented in C#, JavaScript, and Java.

Table of Contents

Introduction

Data structures and algorithms are fundamental concepts in computer science and play a crucial role in developing efficient and optimized software solutions. This repository aims to provide you with a range of problem sets covering a variety of data structures and algorithms.

Languages

The problems in this repository are implemented in three popular programming languages:

  • C#
  • JavaScript
  • Java

Problem Sets

The problem sets cover various topics, including:

  • Array Manipulation
  • String Manipulation
  • Sorting Algorithms
  • Searching Algorithms
  • Graph Algorithms
  • Dynamic Programming
  • Tree and Binary Search Tree
  • And more!

You can navigate through the different directories within this repository to find specific problem sets and their respective solutions in the desired programming language.

Contributing

Contributions to this repository are welcome! If you have a new problem or an improved solution to an existing problem, you can submit a pull request. If you encounter any issues or have suggestions for improvements, please open an issue in the repository.

Happy coding!

Releases

No releases published

Packages

No packages published