Abhijeet RaiinDev GeniusReversing Numbers in 32-Bit Intel Ubuntu Assembly: A Step-by-Step GuideThe x86 family of processors has evolved significantly over time, starting from the 8086, progressing through the 80286 and 80386, and…Jun 30Jun 30
Abhijeet RaiinDev GeniusCracking Dijkstra’s Algorithm without tears (Even your Grandma will understand!)Alright alright, we all have shed tears while trying to crack “THE DIJKSTRA’S SHORTEST PATH ALGORITHM”.Jan 27Jan 27
Abhijeet RaiinDev GeniusHow to delete a node from BST by Thomas H. CormenDeleting a node from the Binary Search Tree is a slightly tedious task. Not only do we have to delete the node. But also, we have to make…Dec 11, 2023Dec 11, 2023
Abhijeet RaiinDev GeniusThe Problem and Solution of the Race Condition in ComputingRace conditions or hazards usually occur in multi-threaded or distributed environments when threads or processes share a state or states…Aug 6, 2023Aug 6, 2023
Abhijeet RaiinDev GeniusPrime Number Code in AssemblyLet’s try to find out if a given number is prime or composite in 32 bit Ubuntu — Intel assembly.Jul 11, 20231Jul 11, 20231
Abhijeet RaiinILLUMINATIONThe British Monarchs and Queen Elizabeth IIHer Highness Queen Elizabeth II is the longest-ruling British monarch. Her Highness’ consort Prince Philip was the longest-serving consort…Sep 8, 2022Sep 8, 2022
Abhijeet RaiWhy the definition of a subgraph is the way it is?A graph is a pair of (V, E) where V is a set of vertices and E is a set of edges.Aug 13, 2022Aug 13, 2022
Abhijeet RaiinBetter ProgrammingThe Big Car Showroom and the Strategy Design PatternLet’s say we secured the positions of software developer interns at a supermarket. Our task is to develop an application for the market…Jun 10, 2022Jun 10, 2022
Abhijeet RaiinDev GeniusMy parents, OTT and the adapter design patternThe adapter design pattern takes an interface and makes it compatible with another interface.Mar 28, 2022Mar 28, 2022
Abhijeet RaiinDev GeniusOversimplified: Computing TerminologiesFile system: It is a module of the operating system whose job is to help users store and fetch data. The file system keeps track of free…Jan 31, 2022Jan 31, 2022