Skip to content
TheBinaryRealm
  • Home
  • Recent Blogs
  • Categories
  • Problems
  • Contact
  • Buy me a beer
Search for:
Menu

Algorithms

Trie – Data Structure | Strings | Everything you need to know
Algorithms / computer science / data structures / Interview
Trie – Data Structure | Strings | Everything you need to know

Trie, also known as prefix tree or digital tree, is an advanced tree data structure that makes data retrieval operations more efficient.

1 Comment
September 21, 2021
Finding a Cycle in a Linked List | Floyd’s Tortoise and Hare Algorithm
Algorithms / Interview
Finding a Cycle in a Linked List | Floyd’s Tortoise and Hare Algorithm

The Floyd's tortoise and hare algorithm is used to detect a cycle in a linked list. LL cycle can be found using a hash set but tortoise and hare algorithm is better in terms of space complexity.

2 Comments
March 22, 2021
Genetic Algorithm-Everything You Need To Know
Algorithms / tech blogs
Genetic Algorithm-Everything You Need To Know

You must have heard about Darwin’s theory of evolution and natural selection. Genetic Algorithms are basically an effort to imitate the same, artificially. A genetic algorithm is a randomized search that is inspired by Charles Darwin's theory of natural selection.

0 Comments
September 25, 2020

Recent Posts

  • AVL Trees | Self-Balancing Trees | Everything You need To know October 2, 2021
  • Balanced Trees & Introduction to Self Balancing Trees | Trees | Data Structures Simplified September 28, 2021
  • Trie – Data Structure | Strings | Everything you need to know September 21, 2021
  • Adding SSH Keys for Multiple GitHub Accounts on the Same System | Complete Guide June 29, 2021
  • Hidden Web | Everything You Need To Know | Dark Web | TOR May 18, 2021

Archives

  • October 2021
  • September 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • September 2020
  • July 2020

Categories

  • Algorithms (3)
  • computer science (6)
  • data structures (3)
  • guides (2)
  • Interview (6)
  • Leetcode (24)
  • short articles (3)
  • tech blogs (3)

Follow Us

  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
© Copyright 2021 - Binary Realm by Manas Sinha, All Rights Reserved
  • Home
  • Recent Blogs
  • Categories
  • Problems
  • Contact
  • Buy me a beer