https://github.com/a-r-rony/ar-rony-s-problem-set
This repository contains problems that were prepared by me and that were published in a programming contest.
https://github.com/a-r-rony/ar-rony-s-problem-set
Last synced: 30 days ago
JSON representation
This repository contains problems that were prepared by me and that were published in a programming contest.
- Host: GitHub
- URL: https://github.com/a-r-rony/ar-rony-s-problem-set
- Owner: A-R-Rony
- Created: 2024-08-02T05:47:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T10:36:55.000Z (9 months ago)
- Last Synced: 2025-01-29T09:41:02.798Z (3 months ago)
- Language: C++
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AR-Rony-s-problem-set
This repository contains problems that were prepared by me and that were published in a programming contest.| # | Problem link | Difficulty | Tag | Solution Link |
|------------|------------------------|------------|---------------------|---------------------|
| 1 | [Link](https://codeforces.com/contestInvitation/cfc34dbaf2dde35554bf365b0b08eb5f43d63a60) (A) | Easy| Basic | [Link](1.cpp) |
| 2 | [Link](https://codeforces.com/contestInvitation/cfc34dbaf2dde35554bf365b0b08eb5f43d63a60) (A1) | Easy| Basic | [Link](2.cpp) |
| 3 | [Link](https://codeforces.com/contestInvitation/cfc34dbaf2dde35554bf365b0b08eb5f43d63a60) (B) | Easy| Basic math | [Link](3.cpp) |
| 4 | [Link](https://codeforces.com/contestInvitation/cfc34dbaf2dde35554bf365b0b08eb5f43d63a60) (C) | Easy| string | [Link](4.cpp) |
| 5 | [Link](https://codeforces.com/contestInvitation/cfc34dbaf2dde35554bf365b0b08eb5f43d63a60) (D) | Medium| Implementation | [Link](5.cpp) |
| 6 | [Link](https://codeforces.com/contestInvitation/cfc34dbaf2dde35554bf365b0b08eb5f43d63a60) (F) | Hard| Math, Number theory | [Link](6.cpp) |
| 7 | [Link](https://codeforces.com/contestInvitation/cfc34dbaf2dde35554bf365b0b08eb5f43d63a60) (G) | Medium| Recursion | [Link](7.cpp) |
| 8 | [Link](https://www.hackerrank.com/contests/eid-ul-adha-junior-programming-contest/challenges/alabolas-future) | Easy | Number theory | [Link](8.cpp) |
| 9 | [Link](https://www.hackerrank.com/contests/eid-ul-adha-junior-programming-contest/challenges/puss-in-boots) | Medium | Implementation | [Link](9.cpp) |
| 10 | [Link](https://www.hackerrank.com/contests/eid-ul-adha-junior-programming-contest/challenges/another-coloring-problem) | Medium | DFS & Similar | [Link](10.cpp) |
| 11 | [Link](https://www.hackerrank.com/contests/nstu-eternity-presents-intra-nstu-new-year-programming-contest-2024/challenges/professors-query) | Medium | Counting,Digit dp | [Link](11.cpp) |
| 12 | [Link](https://www.hackerrank.com/contests/nstu-eternity-presents-intra-nstu-new-year-programming-contest-2024/challenges/sorry-bhai) | Hard | Number theory | [Link](12.cpp) |
| 13 | [Link](https://www.hackerrank.com/contests/nstu-eternity-presents-intra-nstu-new-year-programming-contest-2024/challenges/start-from-staricase) | Hard | Segment Tree | [Link](13.cpp) |
| 14 | [Link](https://www.hackerrank.com/contests/nstu-eternity-presents-intra-nstu-new-year-programming-contest-2024/challenges/fholafhol-shunno) | Medium | Number theory | [Link](14.cpp) |
| 15 | [Link](https://www.hackerrank.com/contests/intra-nstu-junior-programming-contest-august-2023/challenges/que-sera-sera) | Hard | DP | [Link](15.cpp) |
| 16 | [Link](https://www.hackerrank.com/contests/intra-nstu-junior-programming-contest-august-2023/challenges/ila-view) | Easy | Number theory | [Link](16.cpp) |
| 17 | [Link](https://www.hackerrank.com/contests/intra-nstu-junior-programming-contest-august-2023/challenges/boring-semester) | Medium | Number theory | [Link](17.cpp) |
| 18 | [Link](https://www.hackerrank.com/contests/final-selection-contest/challenges/alice-in-borderland) | Medium |Counting| [Link](18.cpp) |