#  @techwithnikola Tech With Nikola Tech With Nikola posts on YouTube about software, science, let s, world of the most. They currently have [------] followers and [--] posts still getting attention that total [-----] engagements in the last [--] hours. ### Engagements: [-----] [#](/creator/youtube::UCHvDhwNuq-h2hZQRR6BwbLQ/interactions)  - [--] Week [-----] +1,191% - [--] Month [------] +266% - [--] Months [------] -11% - [--] Year [-------] +54% ### Mentions: [--] [#](/creator/youtube::UCHvDhwNuq-h2hZQRR6BwbLQ/posts_active)  - [--] Year [--] -17% ### Followers: [------] [#](/creator/youtube::UCHvDhwNuq-h2hZQRR6BwbLQ/followers)  - [--] Week [------] +0.30% - [--] Month [------] +0.75% - [--] Months [------] +6% - [--] Year [------] +19% ### CreatorRank: [---------] [#](/creator/youtube::UCHvDhwNuq-h2hZQRR6BwbLQ/influencer_rank)  ### Social Influence **Social category influence** [stocks](/list/stocks) [technology brands](/list/technology-brands) [finance](/list/finance) **Social topic influence** [software](/topic/software) #2158, [science](/topic/science), [let s](/topic/let-s), [world of](/topic/world-of) #2809, [the world](/topic/the-world), [key](/topic/key), [it s](/topic/it-s), [solve](/topic/solve), [code](/topic/code), [so i](/topic/so-i) **Top assets mentioned** [Alphabet Inc Class A (GOOGL)](/topic/$googl) ### Top Social Posts Top posts by engagements in the last [--] hours "But what is Virtual Memory 🎬 Introduction to Virtual Memory 🎬 Let's dive into the world of virtual memory which is a common memory management technique used in computer's operating system. It sits at the boundary of software and hardware and it's the main reason why we can play video games and listen to the music at the same time without worrying about spotify crashing our Diablo [--]. 🔑 Key Topics discussed in the video 📌 Understand the problems 📌 Understand the core principles behind virtual memory and how it solves these problems 📌 Understand how virtual memory is implemented 📌 Discuss" [YouTube Link](https://youtube.com/watch?v=A9WLYbE0p-I) 2023-10-21T15:39Z 66.9K followers, 530.4K engagements "RSA Algorithm Explained + implementation Get ready for an eye-opening journey as I unravel the intricate workings of the RSA cryptosystem in this video. 🔒 What You'll Discover: Ever been curious about how our online data and communication stay secure I've got your back Let's start by delving into the real-world issue that cryptosystems are designed to solve. This will set the stage for our exploration of the RSA world. 🔐 Exploring Cryptosystems: Cryptosystems come in all shapes and sizes. I'll walk you through the various types providing you with a clearer understanding of where RSA fits" [YouTube Link](https://youtube.com/watch?v=nvcssTsiavg) 2023-08-13T10:32Z 66.9K followers, 18.9K engagements "Snake learns with NEUROEVOLUTION (implementing NEAT from scratch in C++) 🎬 Coding Quests Episode 1: Implementing the NEAT Algorithm from scrach in C++ 🎬 🔍 What's this video about I was reading a lot about genetics lately so I got inspired to write code on that topic. I actually wanted to build a simulation with creatures that are evolving over time because I saw multiple videos on that topic and they looked fun. However I ended up implementing the NEAT algorithm because I was very curious how it works in detail. I also trained 2D snake AI and I got some surprising results that I'd like to" [YouTube Link](https://youtube.com/watch?v=lAjcH-hCusg) 2023-10-04T20:51Z 66.9K followers, 43.4K engagements "The enduring legacy of Google File System (GFS) 🎬 Google File System: a blueprint for all distributed storage solutions 🎬 Let's dive into the world of GFS. Why should we care about a file system that Google introduced back in [----] Understanding GFS is like finding the blueprint for many of todays big data technologies. Its the pioneer that inspired systems like Hadoops HDFS and has influenced countless others in the realm of distributed storage. Well break down complex concepts into everyday languageso whether youre a seasoned developer dealing with massive data sets or just a tech" [YouTube Link](https://youtube.com/watch?v=F3wwW7FFeCs) 2025-01-04T19:08Z 66.9K followers, [----] engagements "Mastering Dynamic Programming - How to solve any interview problem (Part 1) 🎬 Mastering Dynamic Programming: An Introduction 🎬 Are you ready to unravel the secrets of dynamic programming 🤔 Dive into the world of efficient problem-solving with this comprehensive introduction to dynamic programming. Whether you're a budding programmer or an algorithm aficionado this video is your gateway to understanding the magic behind DP. 🔑 Key Takeaways: 📌 Demystifying the concept of dynamic programming. 📌 Understanding the core principles behind dynamic programming. 📌 Unleashing the power of" [YouTube Link](https://youtube.com/watch?v=Hdr64lKQ3e4) 2023-08-19T20:26Z 66.9K followers, 1.1M engagements "How GIT works under the HOOD Have you ever wondered how Git really works Are you confused about what a commit is How about merging and rebasing or maybe cherry-picking This video breaks it down in simple terms Join me to explore the core concepts of Git. 🔍 What You'll Learn: - How Git stores your code as a tree of objects - How Git manages your code changes with commits - What are branches - How merge actually works - Is rebase similar to merge and why most people prefer it - Is cherry-picking the same as merge Whether you're a coding enthusiast looking to deepen your knowledge or a newcomer" [YouTube Link](https://youtube.com/watch?v=RxHJdapz2p0) 2023-08-04T19:34Z 66.9K followers, 256.4K engagements "The Algorithm Behind Every Cache CDN and Database You add a server and your cache hit rate drops to zero. Every key now points to the wrong machine. Sound familiar Consistent hashing solves this and it's simpler than you think. In this video I break down the hash ring key lookup server joins and leaves virtual nodes replication and the real-world trade-offs you'll hit in production. No prerequisites. Just a clear visual walkthrough of the algorithm that powers Redis Cluster Amazon DynamoDB Cassandra CDN edge networks and most distributed systems you use every day. Topics covered: - Why modulo" [YouTube Link](https://youtube.com/watch?v=sBkk01q3FCM) 2026-02-15T18:53Z 66.9K followers, [----] engagements "Introduction to Hash Maps This video teaches you everything you need to know about hashmaps. I came up with the contents of this video when I was preparing for my interviews a couple of years ago so I wanteto share what I think every software engineer should know about hash maps. Of course there's a lot more to know about hash maps and I might make more videos about it but this one covers the key concepts and ideas. By the end of this video you will have a solid understanding of how hash maps work why they are important the differences between open and closed addressing and the various" [YouTube Link](https://youtube.com/watch?v=t-vM3LJDfug) 2023-07-30T16:11Z 66.9K followers, 19.3K engagements "The Algorithm Behind Every Cache CDN and Database You add a server and your cache hit rate drops to zero. Every key now points to the wrong machine. Sound familiar Consistent hashing solves this and it's simpler than you think. In this video I break down the hash ring key lookup server joins and leaves virtual nodes replication and the real-world trade-offs you'll hit in production. No prerequisites. Just a clear visual walkthrough of the algorithm that powers Redis Cluster Amazon DynamoDB Cassandra CDN edge networks and most distributed systems you use every day. Topics covered: - Why modulo" [YouTube Link](https://youtube.com/watch?v=sBkk01q3FCM) 2026-02-15T18:53Z 66.9K followers, [----] engagements "The enduring legacy of Google File System (GFS) 🎬 Google File System: a blueprint for all distributed storage solutions 🎬 Let's dive into the world of GFS. Why should we care about a file system that Google introduced back in [----] Understanding GFS is like finding the blueprint for many of todays big data technologies. Its the pioneer that inspired systems like Hadoops HDFS and has influenced countless others in the realm of distributed storage. Well break down complex concepts into everyday languageso whether youre a seasoned developer dealing with massive data sets or just a tech" [YouTube Link](https://youtube.com/watch?v=F3wwW7FFeCs) 2025-01-04T19:08Z 66.9K followers, [----] engagements "Can you earn money playing Blackjack (The software engineer's approach) Exploring Blackjack: Understanding Card Counting Greetings coding enthusiasts Today let's dive into the fascinating world of Blackjack. I'm Nikola and I'm excited to walk you through an exploration of this renowned card game focusing particularly on the intriguing concept of card counting. In this video we'll start by brushing up on the basics of Blackjack ensuring everyone's on the same page. Then we'll delve into implementing and discussing the basic strategy that offers players the best odds without factoring in card" [YouTube Link](https://youtube.com/watch?v=6fv7Vsj7X9s) 2024-02-21T21:48Z 66.9K followers, [----] engagements "Mastering Dynamic Programming - A Real-Life Problem (Part 2) 🎬 Mastering Dynamic Programming: Part [--] - Let's Solve a Real-Life Problem 🎬 In the previous video I talked about the basics of dynamic programming. I often get comments how dynamic programming is not useful in real-life. While it's true that most people don't use it on a daily basis it's wrong to diminish its value. Most of us use software that is uses dynamic programming to some extent on a daily basis we just forget or maybe we are not even aware of it. This is why I want to talk about two real life problems. In this video I" [YouTube Link](https://youtube.com/watch?v=rE5h11FwiVw) 2023-12-20T19:06Z 66.9K followers, 72K engagements "But what is Virtual Memory 🎬 Introduction to Virtual Memory 🎬 Let's dive into the world of virtual memory which is a common memory management technique used in computer's operating system. It sits at the boundary of software and hardware and it's the main reason why we can play video games and listen to the music at the same time without worrying about spotify crashing our Diablo [--]. 🔑 Key Topics discussed in the video 📌 Understand the problems 📌 Understand the core principles behind virtual memory and how it solves these problems 📌 Understand how virtual memory is implemented 📌 Discuss" [YouTube Link](https://youtube.com/watch?v=A9WLYbE0p-I) 2023-10-21T15:39Z 66.9K followers, 530.4K engagements "Manual Neural Network plays Snake #coding #neat #ai #machinelearning #reinforcementlearning I was reading a lot about genetics lately so I got inspired to write code on that topic. I actually wanted to build a simulation with creatures that are evolving over time because I saw multiple videos on that topic and they looked fun. However I ended up implementing the NEAT algorithm because I was very curious how it works in detail. I also trained 2D snake AI and I got some surprising results that I'd like to share. For the end I played a bit with "genetic engineering". Checkout full video:" [YouTube Link](https://youtube.com/watch?v=zBBcK_lURao) 2023-10-06T22:45Z 66.9K followers, 28.8K engagements "Snake learns with NEUROEVOLUTION (implementing NEAT from scratch in C++) 🎬 Coding Quests Episode 1: Implementing the NEAT Algorithm from scrach in C++ 🎬 🔍 What's this video about I was reading a lot about genetics lately so I got inspired to write code on that topic. I actually wanted to build a simulation with creatures that are evolving over time because I saw multiple videos on that topic and they looked fun. However I ended up implementing the NEAT algorithm because I was very curious how it works in detail. I also trained 2D snake AI and I got some surprising results that I'd like to" [YouTube Link](https://youtube.com/watch?v=lAjcH-hCusg) 2023-10-04T20:51Z 66.9K followers, 43.4K engagements "Mastering Dynamic Programming - How to solve any interview problem (Part 1) 🎬 Mastering Dynamic Programming: An Introduction 🎬 Are you ready to unravel the secrets of dynamic programming 🤔 Dive into the world of efficient problem-solving with this comprehensive introduction to dynamic programming. Whether you're a budding programmer or an algorithm aficionado this video is your gateway to understanding the magic behind DP. 🔑 Key Takeaways: 📌 Demystifying the concept of dynamic programming. 📌 Understanding the core principles behind dynamic programming. 📌 Unleashing the power of" [YouTube Link](https://youtube.com/watch?v=Hdr64lKQ3e4) 2023-08-19T20:26Z 66.9K followers, 1.1M engagements "RSA Algorithm Explained + implementation Get ready for an eye-opening journey as I unravel the intricate workings of the RSA cryptosystem in this video. 🔒 What You'll Discover: Ever been curious about how our online data and communication stay secure I've got your back Let's start by delving into the real-world issue that cryptosystems are designed to solve. This will set the stage for our exploration of the RSA world. 🔐 Exploring Cryptosystems: Cryptosystems come in all shapes and sizes. I'll walk you through the various types providing you with a clearer understanding of where RSA fits" [YouTube Link](https://youtube.com/watch?v=nvcssTsiavg) 2023-08-13T10:32Z 66.9K followers, 18.9K engagements "How GIT works under the HOOD Have you ever wondered how Git really works Are you confused about what a commit is How about merging and rebasing or maybe cherry-picking This video breaks it down in simple terms Join me to explore the core concepts of Git. 🔍 What You'll Learn: - How Git stores your code as a tree of objects - How Git manages your code changes with commits - What are branches - How merge actually works - Is rebase similar to merge and why most people prefer it - Is cherry-picking the same as merge Whether you're a coding enthusiast looking to deepen your knowledge or a newcomer" [YouTube Link](https://youtube.com/watch?v=RxHJdapz2p0) 2023-08-04T19:34Z 66.9K followers, 256.4K engagements "Introduction to Hash Maps This video teaches you everything you need to know about hashmaps. I came up with the contents of this video when I was preparing for my interviews a couple of years ago so I wanteto share what I think every software engineer should know about hash maps. Of course there's a lot more to know about hash maps and I might make more videos about it but this one covers the key concepts and ideas. By the end of this video you will have a solid understanding of how hash maps work why they are important the differences between open and closed addressing and the various" [YouTube Link](https://youtube.com/watch?v=t-vM3LJDfug) 2023-07-30T16:11Z 66.9K followers, 19.3K engagements "Data Structures 101: How Queue and Stack work Welcome to my YouTube channel where we dive into computer science and technology. In this video we will delve into two fundamental data structures: queues and stacks. These data structures are crucial in various programming applications allowing us to efficiently store and organize data based on specific principles. Useful links and resources: * Queue: https://github.com/freezing/dsa/blob/main/queue.h * Stack: https://github.com/freezing/dsa/blob/main/stack.h * https://techwithnikola.com/blog/data-structures/queue-and-stack/ * Introduction to" [YouTube Link](https://youtube.com/watch?v=HdTcc4err_I) 2023-07-22T16:13Z 66.9K followers, 10K engagements Limited data mode. Full metrics available with subscription: lunarcrush.com/pricing
@techwithnikola Tech With NikolaTech With Nikola posts on YouTube about software, science, let s, world of the most. They currently have [------] followers and [--] posts still getting attention that total [-----] engagements in the last [--] hours.
Social category influence stocks technology brands finance
Social topic influence software #2158, science, let s, world of #2809, the world, key, it s, solve, code, so i
Top assets mentioned Alphabet Inc Class A (GOOGL)
Top posts by engagements in the last [--] hours
"But what is Virtual Memory 🎬 Introduction to Virtual Memory 🎬 Let's dive into the world of virtual memory which is a common memory management technique used in computer's operating system. It sits at the boundary of software and hardware and it's the main reason why we can play video games and listen to the music at the same time without worrying about spotify crashing our Diablo [--]. 🔑 Key Topics discussed in the video 📌 Understand the problems 📌 Understand the core principles behind virtual memory and how it solves these problems 📌 Understand how virtual memory is implemented 📌 Discuss"
YouTube Link 2023-10-21T15:39Z 66.9K followers, 530.4K engagements
"RSA Algorithm Explained + implementation Get ready for an eye-opening journey as I unravel the intricate workings of the RSA cryptosystem in this video. 🔒 What You'll Discover: Ever been curious about how our online data and communication stay secure I've got your back Let's start by delving into the real-world issue that cryptosystems are designed to solve. This will set the stage for our exploration of the RSA world. 🔐 Exploring Cryptosystems: Cryptosystems come in all shapes and sizes. I'll walk you through the various types providing you with a clearer understanding of where RSA fits"
YouTube Link 2023-08-13T10:32Z 66.9K followers, 18.9K engagements
"Snake learns with NEUROEVOLUTION (implementing NEAT from scratch in C++) 🎬 Coding Quests Episode 1: Implementing the NEAT Algorithm from scrach in C++ 🎬 🔍 What's this video about I was reading a lot about genetics lately so I got inspired to write code on that topic. I actually wanted to build a simulation with creatures that are evolving over time because I saw multiple videos on that topic and they looked fun. However I ended up implementing the NEAT algorithm because I was very curious how it works in detail. I also trained 2D snake AI and I got some surprising results that I'd like to"
YouTube Link 2023-10-04T20:51Z 66.9K followers, 43.4K engagements
"The enduring legacy of Google File System (GFS) 🎬 Google File System: a blueprint for all distributed storage solutions 🎬 Let's dive into the world of GFS. Why should we care about a file system that Google introduced back in [----] Understanding GFS is like finding the blueprint for many of todays big data technologies. Its the pioneer that inspired systems like Hadoops HDFS and has influenced countless others in the realm of distributed storage. Well break down complex concepts into everyday languageso whether youre a seasoned developer dealing with massive data sets or just a tech"
YouTube Link 2025-01-04T19:08Z 66.9K followers, [----] engagements
"Mastering Dynamic Programming - How to solve any interview problem (Part 1) 🎬 Mastering Dynamic Programming: An Introduction 🎬 Are you ready to unravel the secrets of dynamic programming 🤔 Dive into the world of efficient problem-solving with this comprehensive introduction to dynamic programming. Whether you're a budding programmer or an algorithm aficionado this video is your gateway to understanding the magic behind DP. 🔑 Key Takeaways: 📌 Demystifying the concept of dynamic programming. 📌 Understanding the core principles behind dynamic programming. 📌 Unleashing the power of"
YouTube Link 2023-08-19T20:26Z 66.9K followers, 1.1M engagements
"How GIT works under the HOOD Have you ever wondered how Git really works Are you confused about what a commit is How about merging and rebasing or maybe cherry-picking This video breaks it down in simple terms Join me to explore the core concepts of Git. 🔍 What You'll Learn: - How Git stores your code as a tree of objects - How Git manages your code changes with commits - What are branches - How merge actually works - Is rebase similar to merge and why most people prefer it - Is cherry-picking the same as merge Whether you're a coding enthusiast looking to deepen your knowledge or a newcomer"
YouTube Link 2023-08-04T19:34Z 66.9K followers, 256.4K engagements
"The Algorithm Behind Every Cache CDN and Database You add a server and your cache hit rate drops to zero. Every key now points to the wrong machine. Sound familiar Consistent hashing solves this and it's simpler than you think. In this video I break down the hash ring key lookup server joins and leaves virtual nodes replication and the real-world trade-offs you'll hit in production. No prerequisites. Just a clear visual walkthrough of the algorithm that powers Redis Cluster Amazon DynamoDB Cassandra CDN edge networks and most distributed systems you use every day. Topics covered: - Why modulo"
YouTube Link 2026-02-15T18:53Z 66.9K followers, [----] engagements
"Introduction to Hash Maps This video teaches you everything you need to know about hashmaps. I came up with the contents of this video when I was preparing for my interviews a couple of years ago so I wanteto share what I think every software engineer should know about hash maps. Of course there's a lot more to know about hash maps and I might make more videos about it but this one covers the key concepts and ideas. By the end of this video you will have a solid understanding of how hash maps work why they are important the differences between open and closed addressing and the various"
YouTube Link 2023-07-30T16:11Z 66.9K followers, 19.3K engagements
"The Algorithm Behind Every Cache CDN and Database You add a server and your cache hit rate drops to zero. Every key now points to the wrong machine. Sound familiar Consistent hashing solves this and it's simpler than you think. In this video I break down the hash ring key lookup server joins and leaves virtual nodes replication and the real-world trade-offs you'll hit in production. No prerequisites. Just a clear visual walkthrough of the algorithm that powers Redis Cluster Amazon DynamoDB Cassandra CDN edge networks and most distributed systems you use every day. Topics covered: - Why modulo"
YouTube Link 2026-02-15T18:53Z 66.9K followers, [----] engagements
"The enduring legacy of Google File System (GFS) 🎬 Google File System: a blueprint for all distributed storage solutions 🎬 Let's dive into the world of GFS. Why should we care about a file system that Google introduced back in [----] Understanding GFS is like finding the blueprint for many of todays big data technologies. Its the pioneer that inspired systems like Hadoops HDFS and has influenced countless others in the realm of distributed storage. Well break down complex concepts into everyday languageso whether youre a seasoned developer dealing with massive data sets or just a tech"
YouTube Link 2025-01-04T19:08Z 66.9K followers, [----] engagements
"Can you earn money playing Blackjack (The software engineer's approach) Exploring Blackjack: Understanding Card Counting Greetings coding enthusiasts Today let's dive into the fascinating world of Blackjack. I'm Nikola and I'm excited to walk you through an exploration of this renowned card game focusing particularly on the intriguing concept of card counting. In this video we'll start by brushing up on the basics of Blackjack ensuring everyone's on the same page. Then we'll delve into implementing and discussing the basic strategy that offers players the best odds without factoring in card"
YouTube Link 2024-02-21T21:48Z 66.9K followers, [----] engagements
"Mastering Dynamic Programming - A Real-Life Problem (Part 2) 🎬 Mastering Dynamic Programming: Part [--] - Let's Solve a Real-Life Problem 🎬 In the previous video I talked about the basics of dynamic programming. I often get comments how dynamic programming is not useful in real-life. While it's true that most people don't use it on a daily basis it's wrong to diminish its value. Most of us use software that is uses dynamic programming to some extent on a daily basis we just forget or maybe we are not even aware of it. This is why I want to talk about two real life problems. In this video I"
YouTube Link 2023-12-20T19:06Z 66.9K followers, 72K engagements
"But what is Virtual Memory 🎬 Introduction to Virtual Memory 🎬 Let's dive into the world of virtual memory which is a common memory management technique used in computer's operating system. It sits at the boundary of software and hardware and it's the main reason why we can play video games and listen to the music at the same time without worrying about spotify crashing our Diablo [--]. 🔑 Key Topics discussed in the video 📌 Understand the problems 📌 Understand the core principles behind virtual memory and how it solves these problems 📌 Understand how virtual memory is implemented 📌 Discuss"
YouTube Link 2023-10-21T15:39Z 66.9K followers, 530.4K engagements
"Manual Neural Network plays Snake #coding #neat #ai #machinelearning #reinforcementlearning I was reading a lot about genetics lately so I got inspired to write code on that topic. I actually wanted to build a simulation with creatures that are evolving over time because I saw multiple videos on that topic and they looked fun. However I ended up implementing the NEAT algorithm because I was very curious how it works in detail. I also trained 2D snake AI and I got some surprising results that I'd like to share. For the end I played a bit with "genetic engineering". Checkout full video:"
YouTube Link 2023-10-06T22:45Z 66.9K followers, 28.8K engagements
"Snake learns with NEUROEVOLUTION (implementing NEAT from scratch in C++) 🎬 Coding Quests Episode 1: Implementing the NEAT Algorithm from scrach in C++ 🎬 🔍 What's this video about I was reading a lot about genetics lately so I got inspired to write code on that topic. I actually wanted to build a simulation with creatures that are evolving over time because I saw multiple videos on that topic and they looked fun. However I ended up implementing the NEAT algorithm because I was very curious how it works in detail. I also trained 2D snake AI and I got some surprising results that I'd like to"
YouTube Link 2023-10-04T20:51Z 66.9K followers, 43.4K engagements
"Mastering Dynamic Programming - How to solve any interview problem (Part 1) 🎬 Mastering Dynamic Programming: An Introduction 🎬 Are you ready to unravel the secrets of dynamic programming 🤔 Dive into the world of efficient problem-solving with this comprehensive introduction to dynamic programming. Whether you're a budding programmer or an algorithm aficionado this video is your gateway to understanding the magic behind DP. 🔑 Key Takeaways: 📌 Demystifying the concept of dynamic programming. 📌 Understanding the core principles behind dynamic programming. 📌 Unleashing the power of"
YouTube Link 2023-08-19T20:26Z 66.9K followers, 1.1M engagements
"RSA Algorithm Explained + implementation Get ready for an eye-opening journey as I unravel the intricate workings of the RSA cryptosystem in this video. 🔒 What You'll Discover: Ever been curious about how our online data and communication stay secure I've got your back Let's start by delving into the real-world issue that cryptosystems are designed to solve. This will set the stage for our exploration of the RSA world. 🔐 Exploring Cryptosystems: Cryptosystems come in all shapes and sizes. I'll walk you through the various types providing you with a clearer understanding of where RSA fits"
YouTube Link 2023-08-13T10:32Z 66.9K followers, 18.9K engagements
"How GIT works under the HOOD Have you ever wondered how Git really works Are you confused about what a commit is How about merging and rebasing or maybe cherry-picking This video breaks it down in simple terms Join me to explore the core concepts of Git. 🔍 What You'll Learn: - How Git stores your code as a tree of objects - How Git manages your code changes with commits - What are branches - How merge actually works - Is rebase similar to merge and why most people prefer it - Is cherry-picking the same as merge Whether you're a coding enthusiast looking to deepen your knowledge or a newcomer"
YouTube Link 2023-08-04T19:34Z 66.9K followers, 256.4K engagements
"Introduction to Hash Maps This video teaches you everything you need to know about hashmaps. I came up with the contents of this video when I was preparing for my interviews a couple of years ago so I wanteto share what I think every software engineer should know about hash maps. Of course there's a lot more to know about hash maps and I might make more videos about it but this one covers the key concepts and ideas. By the end of this video you will have a solid understanding of how hash maps work why they are important the differences between open and closed addressing and the various"
YouTube Link 2023-07-30T16:11Z 66.9K followers, 19.3K engagements
"Data Structures 101: How Queue and Stack work Welcome to my YouTube channel where we dive into computer science and technology. In this video we will delve into two fundamental data structures: queues and stacks. These data structures are crucial in various programming applications allowing us to efficiently store and organize data based on specific principles. Useful links and resources: * Queue: https://github.com/freezing/dsa/blob/main/queue.h * Stack: https://github.com/freezing/dsa/blob/main/stack.h * https://techwithnikola.com/blog/data-structures/queue-and-stack/ * Introduction to"
YouTube Link 2023-07-22T16:13Z 66.9K followers, 10K engagements
Limited data mode. Full metrics available with subscription: lunarcrush.com/pricing
/creator/youtube::techwithnikola