backtracking Shortest path in a Maze using Backtracking In this article, we have covered the topic on finding the Shortest path in a Maze using Backtracking. We have presented the Time and Space Complexity for various cases.
backtracking Parallel Backtracking In this article, we have covered the Parallel Backtracking algorithm. We have presented the Time and Space Complexity for various cases.
backtracking Disadvantages of Backtracking In this article, we have covered the Disadvantages of Backtracking algorithm.
backtracking Backtracking vs Branch and Bound In this article, we have compared Backtracking vs Branch and Bound algorithms.
backtracking Kirkman Schoolgirls Problem In this article, we have covered the Backtracking Algorithm for Kirkman Schoolgirls Problem and compared with the Brute Force approach. We have presented the Time and Space Complexity for various cases.
backtracking Iterative Backtracking In this article, we will be exploring the idea of backtracking with the help of iteration (Iterative Backtracking) along with example as well. The Time and Space Complexity will be discussed at the end of the article.
game theory Game Tree In this article, we have covered the concept of how Backtracking help us to solve Game Tree. We will solve the Game Tree Problem by making use of the Minimax Algorithm. We have presented the Time and Space Complexity for various cases.
backtracking Backjumping In this article, we have covered the concept of Backjumping which is an improvement to the Backtracking Algorithm. We will solve the N Queens Problem by making use of the Backjumping Algorithm. We have presented the Time and Space Complexity for various cases.
backtracking Solve Crossword using Backtracking In this article, we have covered the Backtracking Algorithm for Crossword and compared with the Brute Force approach. We have presented the Time and Space Complexity for various cases.
System Design System Design of Restaurant Management System In this article, we will take a look at the key features a restaurant management system needs to offer, its high-level, low-level design, database design, and some of the features that turnkey software solutions offer.
System Design System Design of Fee Management System In this article, we will take a look at the key features a fee management system needs to offer, its high-level, low-level design, database design, and some of the features that turnkey software solutions offer.
System Design Dapper in System Design In this article, we have explored what is Dapper, key concepts in Dapper and how Dapper is used in System Design.
System Design Hadoop in System Design In this article, we have explored the idea behind Hadoop and how it is used in System Design.
Python Python script to control keyboard In this article, we have developed a Python script to control keyboard by stimulate pressing any key combination and stimulate typing.
Python Python script to control cursor In this article, we have explored how to develop a Python script to control cursor and stimulate actions like clicking, scrolling, click and drag.
Python Sending file/ attachment in Gmail using Python In this article, we have explained the idea of using Python to send file/ attachment in Gmail with a complete Python implementation example.
Python Python script to send email in Gmail In this article, we have explained the idea of using Python to send email in Gmail with a complete Python implementation example.
Python Python script to read and write JSON file In this article, we have explained the idea of reading and writing JSON file in Python with a complete Python implementation example.
Python Factory Pattern in Python In this article, we have explained the idea of Factory Pattern in Python with a complete Python implementation example.
System Design System Design of IP/ Patent Management System In this article, we will take a look at the key features a IP/ Patent management system (IPMS) needs to offer, its high-level, low-level design, database design, and some of the features that turnkey software solutions offer.