#include <bits/stdc++.h> using namespace std; int scaleBetween(int unscaledNum, int minAllowed, int maxAllowed, int min, int ma...
Read More
Home / algorithm
Showing posts with label algorithm. Show all posts
Showing posts with label algorithm. Show all posts
How to quick sort a one dimentional array based on row and column in C or C++
Input 1D Array a[9]={33888,32567,3,32678,31967,2,32333,32456,0} Described 1D array as row and column A B C 3...
Read More
Traveling Salesman Problem Step By Step in Bangla
Traveling Salesman Problem ট্রাভেলিং সেলসম্যান TSP তে সাধারনত একজন salesman এর এক শহর থেকে অন্যান্য শহরে গিয়ে আবার প্রথম শহরে ফি...
Read More
Bipartite Checking Algorithm Step By Step in Bangla
একটি গ্রাফ Bipartite হবে যদি গ্রাফটির ভার্টেক্স এর সেট V কে দুটি পৃথক disjoint set V1 and V2 তে ভাগ করা যায় যেখানে প্রত্যেক edge V1 and ...
Read More
Subscribe to:
Posts
(
Atom
)