Skip to content

Source Map — Level 0: Absolute Basics

এই folder-এর প্রতিটা concept আর problem-এর উৎসের হিসাব। সব Bengali prose, diagram আর code এই repo-র জন্য নতুন করে লেখা; বাইরের কোনো লেখার অনুবাদ বা copy নয়। Problem statement কোথাও copy করা হয়নি — শুধু official link দেওয়া আছে।

Concept / Problem Source Type Source Name Link How it is used Copying status
Digit extraction, place value, parity Common knowledge Standard programming curriculum concept-notes.md-র মূল ব্যাখ্যা, নিজের analogy দিয়ে original explanation
Conveyor belt / train / mirror analogies This repo concept-notes.md, visualization-ideas.md ./concept-notes.md শেখানোর নিজস্ব framing original explanation
Even or Odd (related problem) Online judge Codeforces 4A Watermelon https://codeforces.com/problemset/problem/4/A Problem 001-এর related practice link official link only
Reverse Number (related problem) Online judge LeetCode Reverse Integer https://leetcode.com/problems/reverse-integer/ Problem 004-এর related link; 32-bit twist-এর আলোচনা নিজের ভাষায় official link only
Palindrome Number Online judge LeetCode Palindrome Number https://leetcode.com/problems/palindrome-number/ Problem 005-এর মূল practice link; ব্যাখ্যা নিজের ভাষায় rewritten problem
Digital Root (related problem) Online judge LeetCode Add Digits https://leetcode.com/problems/add-digits/ Problem 007-এর related link; mod 9 ব্যাখ্যা নিজের official link only
Sum of Digits, Count Digits, Armstrong, Last Digit, Power of 10, Pattern Printing Common knowledge Classic beginner exercises নিজের ভাষায় বানানো অনুশীলনী original explanation
Pattern printing warmup style Online judge HackerRank (style reference only) https://www.hackerrank.com/ Problem 010-এর ধাঁচের উৎস হিসেবে উল্লেখ মাত্র official link only
mod 9 / digital root pattern table Common knowledge Elementary number theory concept-notes.md section 8, টেবিল নিজে বানানো original explanation
Problem note template This repo math-problem-note-template.md ../../templates/math-problem-note-template.md problems/README.md থেকে রেফার করা original explanation
Modular arithmetic forward link This repo Level 2 folder ../02-modular-arithmetic/ Digital root → clock model cross-reference original explanation