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

https://github.com/abidhasanrafi/programming-contest-series

Coding practice and exercises from "প্রোগ্রামিং কনটেস্ট ডেটা স্ট্রাকচার ও অ্যালগরিদম" and "প্রোগ্রামিং কনটেস্ট সমস্যা ও সমাধান" by মো: মাহবুবুল হাসান for comprehensive understanding of programming contest.
https://github.com/abidhasanrafi/programming-contest-series

algorithms-and-data-structures cpp problem-solving

Last synced: over 1 year ago
JSON representation

Coding practice and exercises from "প্রোগ্রামিং কনটেস্ট ডেটা স্ট্রাকচার ও অ্যালগরিদম" and "প্রোগ্রামিং কনটেস্ট সমস্যা ও সমাধান" by মো: মাহবুবুল হাসান for comprehensive understanding of programming contest.

Awesome Lists containing this project

README

          

# Programming Contest Series

Welcome to the **Programming Contest Series** repository! This repository is dedicated to coding practices and exercises derived from two renowned books:

- **প্রোগ্রামিং কনটেস্ট ডেটা স্ট্রাকচার ও অ্যালগরিদম** by মো: মাহবুবুল হাসান
- **প্রোগ্রামিং কনটেস্ট সমস্যা ও সমাধান** by মো: মাহবুবুল হাসান

## Table of Contents
- [Programming Contest DSA](Programmong-Contest-DSA/README.md)
- [Programming Contest Problems & Solutions](Programming-Contest-Problems-&-Solutions/README.md)

## Overview

This repository includes a collection of coding problems and solutions that are designed to help you improve your skills in data structures, algorithms, and problem-solving techniques. Whether you're preparing for competitive programming contests or just looking to practice your coding skills, this repository has you covered.

## Objectives

- **Data Structures**: Examples and exercises on various data structures.
- **Algorithms**: Problems and solutions involving different algorithmic techniques.
- **Sample Solutions**: Implementations of solutions to problems from the books.