Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

Introducing new a Competitive Programming blog.

Revision en3, by Peregrine_Falcon, 2020-07-08 15:42:55

I've started writing a new blog.
The First series of tutorial is about the Breadth-First Search algorithm.
There are 4 parts in this series.
I have discussed tutorial of breadth-first search and printing the shortest path between two nodes.
Bi-Coloring Problem.
Finding the shortest cycle of an unweighted graph.
2D-Grid bfs.
Multiple source bfs.
Passing flow through edges of bfs.
0-1 Breadth-First Search.
How to find the nodes lying in the all possible shortest path between two nodes.
And some other interesting applications of Breadth-First search.
Breadth-First Search. Part 1
Breadth-First Search. Part 2
Breadth-First Search. Part 3
Breadth-First Search. Part 4

I have written another blog about Prime numbers and prime checking.
Prime Numbers and Prime checking

Facebook Page of my blog.
All the article can be found in both English and Bangla.
Please let me know if there are any mistakes.
Finally sorry for my poor English.
Happy Coding.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English Peregrine_Falcon 2020-07-08 15:42:55 6
en2 English Peregrine_Falcon 2020-06-20 02:55:48 7 Tiny change: 'e_checking_bangla.html) <br' -> 'e_checking.html) <br'
en1 English Peregrine_Falcon 2020-06-20 02:51:38 1462 Initial revision (published)