গিট ব্রাঞ্চিং বাংলায় বোঝা | Git Branching Tutorial
body {
font-family: 'Siyam Rupali', sans-serif;
line-height: 1.6;
margin: 20px;
direction: rtl; /* For Bangla text alignment */
text-align: right;
}
h1, h2, h3 {
color:...
Thursday, 3 April 2025
Saturday, 29 March 2025
adjacent_find() ফাংশনটি বাংলায় ব্যাখ্যা এবং সব ধরনের সম্ভাব্য উদাহরণ
on March 29, 2025
in adjacent_find(), Algorithm, array, begin, DSA, end, string, vector
with
No comments
C++ adjacent_find() ফাংশন - বাংলায় ব্যাখ্যা ও উদাহরণ
body { font-family: Arial, sans-serif; line-height: 1.6; padding: 20px; }
h1, h2, h3 { color: #333; }
code { background: #f4f4f4; padding: 2px 5px; border-radius: 3px; }
pre { background: #f4f4f4; padding: 10px; border-radius: 5px; overflow-x: auto; }
...
Thursday, 27 March 2025
Frequency Counter Algorithm: for String and Array Problem
ফ্রিকোয়েন্সি কাউন্টার অ্যালগরিদম: বাংলায় বিস্তারিত গাইড ও উদাহরণ
body { font-family: Arial, sans-serif; line-height: 1.6; margin: 20px; }
pre { background: #f4f4f4; padding: 10px; border-radius: 5px; }
img { max-width:...
Monday, 24 March 2025
Codeforces problem(800) :- Beautiful matrix
Beautiful Matrix সমস্যার সি++ সমাধান - বাংলা ব্যাখ্যা
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
}
h1, h2, h3 {
color: #333;
}
pre {
background-color: #eee;
padding: 10px;
border-radius: 5px;
overflow-x:...
Sunday, 23 March 2025
Sliding window algorithm in bangla : easy for all
স্লাইডিং উইন্ডো অ্যালগরিদম: বাংলায় বিস্তারিত গাইড (২০২৫)
body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 20px; }
h1, h2, h3 { color: #333; }
pre {
background: #2d2d2d;
padding: 15px;
border-radius: 5px;
color:...
Saturday, 22 March 2025
>প্রিফিক্স সাম: সম্পূর্ণ ব্যাখ্যা বাংলায়!
প্রিফিক্স সাম: সম্পূর্ণ ব্যাখ্যা বাংলায়
প্রিফিক্স সাম কি?
প্রিফিক্স সাম হল একটি অ্যালগোরিদম, যা একটি অ্যারের উপাদানগুলোর যোগফল সংরক্ষণের একটি পদ্ধতি। এটি ব্যবহার করে, আমরা যেকোনো সাবঅ্যারে তে যোগফল বের করতে পারি অতি দ্রুত সময়ে।...
JavaScript ES6: Understanding Default Parameters
JavaScript ES6: Understanding Default Parameters
JavaScript ES6: Understanding Default Parameters
🎯 What Are Default Parameters in JavaScript?
Imagine going to a coffee shop, and the barista automatically gives you a cappuccino because you didn't specify your order. That’s...
ডিফল্ট(Default) প্যারামিটার ইন জাভাস্ক্রিপ্ট ইএস৬(ES6)
{
"@context": "https://schema.org",
"@type": "BlogPosting",
"headline": "জাভাস্ক্রিপ্ট ইএস৬ (ES6) ডিফল্ট (Default) প্যারামিটার",
"description": "জাভাস্ক্রিপ্ট ইএস৬ (ES6) এ ডিফল্ট প্যারামিটার ফাংশনে...
How to create a string character map in JavaScript
{
"@context": "http://schema.org",
"@type": "Article",
"headline": "স্ট্রিং ক্যারেক্টার ম্যাপ তৈরি...
for of loop in javascript - ফর অব লুপ
on March 22, 2025
in Arrays, es6, javascript, JavaScript Loops, Maps, Programming, Sets
with
No comments
Simple HTML Structure
জাভাস্ক্রিপ্ট ইএস৬(ES6) এ নতুন একটি লুপের সাথে পরিচয় করিয়ে দেওয়া হয়েছে যার নাম for...of লুপ । এই for...of লুপের সাহায্যে খুব সহজেই অ্যারে(array), সেট(set), ম্যাপ(map), স্ট্রিং(string) ইত্যাদিকে ইটারেট করা যায় ।
জাভাস্ক্রিপ্ট for...of...
Thursday, 3 March 2022
ইনসার্শন সর্ট(Insertion sort) অ্যালগরিদম
ইনসার্শন সর্ট (Insertion Sort) অ্যালগরিদম: সহজে শেখার পদ্ধতি এবং কোড উদাহরণ
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "ইনসার্শন সর্ট (Insertion Sort) অ্যালগরিদম: সহজে শেখার পদ্ধতি...
Friday, 4 February 2022
বাবল সর্ট(Bubble sort) অ্যালগরিদম
বাবল সর্ট অ্যালগরিদম (Bubble Sort Algorithm) - সহজ বর্ণনা ও ইমপ্লিমেন্টেশন
বাবল সর্ট অ্যালগরিদম (Bubble Sort Algorithm) - সহজ বর্ণনা ও ইমপ্লিমেন্টেশন
বাবল সর্ট অ্যালগরিদম (Bubble Sort Algorithm) - সহজ বর্ণনা ও ইমপ্লিমেন্টেশন
{
"@context": "https://schema.org",
...
সিলেকশন সর্ট(Selection sort) অ্যালগরিদম
সিলেকশন সর্ট অ্যালগরিদম: অ্যাসেন্ডিং ও ডেসেন্ডিং অর্ডারে ডাটা সর্টিং
সিলেকশন সর্ট অ্যালগরিদম: অ্যাসেন্ডিং ও ডেসেন্ডিং অর্ডারে ডাটা সর্টিং
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "সিলেকশন সর্ট অ্যালগরিদম:...