Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sushantjadhav416/dsa_and_competitive_programs

This repository contains programs related to Data Structures and Algorithms (DSA) and competitive programming
https://github.com/sushantjadhav416/dsa_and_competitive_programs

algorithm-challenges algorithms data-structures dsalgo-questions maang-preparation programming-exercises

Last synced: about 2 months ago
JSON representation

This repository contains programs related to Data Structures and Algorithms (DSA) and competitive programming

Awesome Lists containing this project

README

        

# Competitive Programming Repository

This repository contains programs related to Data Structures and Algorithms (DSA) and competitive programming. The programs are specifically curated for MAANG (Microsoft, Amazon, Apple, Netflix, Google) companies' interview preparation.

## Table of Contents

1. Introduction
2. Programs
3. Contributing

## Introduction

Competitive programming is a sport where participants write efficient and correct programs to solve algorithmic problems. It is an essential skill for technical interviews at top tech companies. This repository aims to provide a collection of well-written DSA programs that can help you prepare for MAANG interviews.

## Programs

The repository includes programs in C# programming languages, covering topics such as:

- Data structures
- Sorting algorithms
- Sliding Window
- BFS and DFS
- Bit Manipulation
- Searching algorithms
- Dynamic programming

Feel free to explore the code and contribute by adding more programs in different languages !

## Contributing

Contributions are welcome! If you'd like to add a new program or improve an existing one, follow these steps:

1. Fork the repository.
2. Create a new branch for your changes.
3. Add your program or make improvements.
4. Submit a pull request.