Branch and Bound (N Queen Problem)-Branch and Bound The N queens puzzle is the problem of placing N chess queens on an N×N chessboard so.
Algorithm
C Program Swap two nibbles in a byte – Bit Algorithm – A nibble is a four-bit aggregation, or half an octet. There are two nibbles in a byte.
shortest path directed acyclic graph
Given a Weighted Directed Acyclic Graph and a source vertex in the graph, find the shortest path
Branch And Bound (Job Assignment Problem) – Branch And Bound – It is required to perform all jobs by assigning exactly one worker to each job.
Check if a number is multiple of 9 using bitwise operators – Bit Algorithm – Given a number n, write a function that returns true if n is divisible by 9.
Branch and Bound (8 puzzle Problem) – Branch and Bound – We have introduced Branch and Bound and discussed 0/1 Knapsack problem in below posts.
Shortest Path Johnson’s algorithm for All pairs shortest paths The problem is to find shortest paths between every pair of vertices
Channel Assignment Problem- Graph Algorithm – There are M transmitter and N receiver stations. Given a matrix that keeps track of the number of packets
Branch and Bound (Implementation of 0/1 Knapsack)-Branch and Bound The idea is to use the fact that the Greedy approach provides the best solution.
Branch and Bound (Introduction with 0/1 Knapsack)-Branch and Bound-Branch and bound is an algorithm design paradigm which is generally used.