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.
- Host: GitHub
- URL: https://github.com/abidhasanrafi/programming-contest-series
- Owner: AbidHasanRafi
- Created: 2024-07-24T17:43:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:07:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T07:43:20.761Z (over 1 year ago)
- Topics: algorithms-and-data-structures, cpp, problem-solving
- Language: C++
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.