Algorithms Cayley’s formula In this article, we have explained the idea of Cayley’s formula which is used to find the number of trees with N nodes and M connected components. We have presented an implementation to calculate Cayley’s formula.
Algorithms Longest Substring with at Least K repeating characters In this article, we have presented two algorithms to find the Longest Substring with at Least K repeating characters.
Software Engineering Mutable and Immutable in Python In this article, we have explained the concept of Mutable and Immutable in Python and how objects are impacted with this. We have presented code examples to give an idea how it is used.