InLevel Up CodingbyKeshav Vinayak JhaLost in Translation? How Machines Understand RulesExploring the logic of finite automata, grammar, and (programming) languages.Nov 25
Najdah GThe P vs NP ProblemIf it is easy to check if the solution to a problem is correct, is it also easy to solve the problem?Aug 18, 2023
dilli_hangraeDiagonalization Principle:In the context of the Theory of Computation, the language Ld, the diagonalization language, is the set of strings wi such that wi is not in…Apr 2Apr 2
Heshan UmayangaHeap Abstract Data Type.A Heap is a complete binary tree that satisfies the heap property. There are two main types of heaps:Aug 19Aug 19
InLevel Up CodingbyKeshav Vinayak JhaLost in Translation? How Machines Understand RulesExploring the logic of finite automata, grammar, and (programming) languages.Nov 25
Najdah GThe P vs NP ProblemIf it is easy to check if the solution to a problem is correct, is it also easy to solve the problem?Aug 18, 2023
dilli_hangraeDiagonalization Principle:In the context of the Theory of Computation, the language Ld, the diagonalization language, is the set of strings wi such that wi is not in…Apr 2
Heshan UmayangaHeap Abstract Data Type.A Heap is a complete binary tree that satisfies the heap property. There are two main types of heaps:Aug 19
Heshan UmayangaTree Abstract Data TypeThe Tree Abstract Data Type (ADT) is a hierarchical structure that consists of nodes connected by edges. Each node can have zero or more…Aug 19
Karan Pratap SinghIntro to Distributed Version Control (Illustrated)Traditional version control helps you backup, track and synchronize files. Distributed version control makes it easy to share changes. Done…Jun 172