C/C++ Bootcamp: Clear Your Fundamentals & Start Problem Solving
🎯 এই কোর্সে যা থাকছে:
- C, C++ (Very Basic to Deep)
- ১২+ লাইভ ক্লাস
- ৪ টি সাপ্তাহিক Long কন্টেস্ট
- ১৫০+ বাছাইকৃত প্রবলেম
- প্রতিটি ক্লাসের রেকর্ডেড ভিডিও
- প্রতিটি প্রবলেমের সমাধানের ভিডিও
- Source Code of Each Problem
- Total 36+ hours Video Contents
- ২৪ ঘণ্টা সাপোর্ট গ্রুপ (Doubt Solving)
- Guideline for Future
- Lifetime Access
📅 কোর্সের মেয়াদঃ ০৬ সপ্তাহ
📆 প্রতি সপ্তাহে ২ টি লাইভ ক্লাস ও ১ টি কণ্টেস্ট
⏰ ক্লাসের সময়ঃ ৭:৩০ pm - ৯:৩০ pm (Adjustable)
💰 কোর্স ফিঃ ১৪৯৯/- (Offer Price for Beta Batch)
📝 ভর্তি চলবেঃ ০৮ সেপ্টেম্বর, ২০২৫ পর্যন্ত
🎯 ক্লাস শুরুঃ ১০ সেপ্টেম্বর, ২০২৫
কোর্সে Enroll করার পদ্ধতিঃ
- 01703436767 (bKash Personal) নম্বরে ১৪৯৯/- টাকা পাঠিয়ে, তারপর এই ফর্মটি পূরণ করুন।
- ফর্ম সাবমিট করার পর আমাদের টিম ২৪ ঘণ্টার মধ্যে আপনার সাথে যোগাযোগ করবে।
- আপনাকে আমাদের অফিসিয়াল Discord সার্ভারে Add করা হবে।
- আপনাকে আমাদের অফিসিয়াল WhatsApp গ্রুপে Add করা হবে।
📩 For any query: Inbox our Facebook Page – RapidCoding
📧 Email: info.rapidcoding@gmail.com
🌐 Website: https://rapidcoding.online/
Class-Wise Curriculum
Explore course info with the same depth as our teaching.
Class 1 - Let's Kick Off
- 🔒Human Civilization
- 🔒Automatic Thinking
- 🔒Formal Definition of Problem Solving
- 🔒Programming Languages
- 🔒Why should we learn Programming
- 🔒Programming in Modern World and Bangladesh
- 🔒Computer is Your Servant
- 🔒IDE Installation
- 🔒Some Famous Foot marks
- 🔒Resources
Class 2 - Practical Path
- 🔒Number System (Mostly Binary)
- 🔒Software Vs Hardware
- 🔒Compilers
- 🔒Algorithm and Flowchart
- 🔒Very Basic Skeleton of C, C++
- 🔒Head Section, Main Section, Keywords
- 🔒Two Famous In-Built Functions
- 🔒Data Types
- 🔒Memory Allocation (Deeply)
- 🔒Overflow
- 🔒Type Casting
- 🔒Problems Solving Mindset
- 🔒Introduction to Online Judge and their verdicts
- 🔒Resources
Long Contest 1 - Initial whistle
- 🔒Understanding Problem Submissions and Verdicts
- 🔒Understanding Constraints
- 🔒Understanding Ranges of different Data Types
- 🔒Covers Basic input, output, Printing a line
- 🔒Contest Duration 120 Hours
- 🔒Resources
Class 3 - Practical Path Again
- 🔒Characters and ASCII Values
- 🔒Operators
- 🔒Increment, Decrement
- 🔒If-Else statements
- 🔒Loop
- 🔒Nested Loop
- 🔒Infinite Loop
- 🔒Break, Continue
- 🔒Resources
Class 4 - Mastering Loops
- 🔒Pattern Printing
- 🔒Pascal Triangle
- 🔒Frequency count
- 🔒Problem Solving Based on Loop
- 🔒Time Complexity and Space Complexity (Deeply)
Long Contest 2 - Rising Stage
- 🔒Understanding uppercase, lowercase and ASCII values
- 🔒Understanding conditional statements, if-else if ladders
- 🔒Understanding different solutions of same problems and finding optimal one
- 🔒Covers if-else, Loops and Time Complexity analysis
- 🔒Contest Duration 120 Hours
- 🔒Resources
Class 5 - C/C++ Containers
- 🔒1D Array, 2D Arrays
- 🔒Declaration, Initialization, Iteration
- 🔒Reverse Iterations
- 🔒Row-wise, Column-wise
- 🔒Diagonal traversal
- 🔒Strings
- 🔒Problem Solving based on Arrays
- 🔒Resources
Class 6 - Wrapping Up the Language Realm
- 🔒User Defined Functions
- 🔒Call by value, Call by reference
- 🔒Basic Recursion
- 🔒Pointer, Structure
- 🔒File
- 🔒const, #define and other macros
- 🔒Clean Coding Techniques
- 🔒Debugging
- 🔒Problem Solving
- 🔒Resources
Long Contest 3 - Average Stage
- 🔒Understanding Array traversal
- 🔒Understanding string handling with spaces
- 🔒Understanding coding in self style
- 🔒Covers Array, user defined function, recursion
- 🔒Contest Duration 120 Hours
- 🔒Resources
Class 7 - Fundamental Algorithms
- 🔒Bubble Sort, Selection Sort
- 🔒Fibonacci sequence
- 🔒Linear Search
- 🔒Prefix Sum (Magical Stuff)
- 🔒Two Pointers
- 🔒Problem Solving
- 🔒Resources
- 🔒Resources
Class 8 - C++ Magics
- 🔒STL (Standard Template Library)
- 🔒Unleashing the Power of Vectors
- 🔒Mastering Sets and Multisets
- 🔒Queues, Stacks & Deques in Action
- 🔒Custom Comparators
- 🔒auto
- 🔒STL sort
- 🔒Problem Solving based on STL
- 🔒Resources
Long Contest 4 - Moderate Stage
- 🔒Understanding problems solving with very common algorithms
- 🔒Applying STL
- 🔒Covers sorting algorithms, prefix sum, two pointers, comparators
- 🔒Contest Duration 120 Hours
- 🔒Resources
Class 9 - Math for CP
- 🔒Divisors, Multiples
- 🔒GCD, LCM
- 🔒Prime Numbers
- 🔒NlogN stuffs (Sum of divisors, number of divisors till N)
- 🔒Sieve of Eratosthenes
- 🔒Mathematical Formulas
- 🔒Geometrical stuffs
- 🔒Problem Solving
- 🔒Resources
Class 10 - More Algorithms/Techniques
- 🔒Binary Search
- 🔒Sliding Window
- 🔒Kadane’s Algo
- 🔒Bit Manipulation
- 🔒All Possible Permutations
- 🔒Problem Solving
- 🔒Resources
Bonus 01 - Course Concluding Contest
- 🔒LOCKED
Bonus 02 - Future Swim
- 🔒LOCKED