• Skip to main content
  • Skip to primary sidebar
BMA

BeMyAficionado

Inspire Affection

datastructure

Trie Data Structure Implementation | (PUT, GET, DELETE)

April 1, 2021 by varunshrivastava Leave a Comment

Trie Data Structure Implementation

What would you do if your professor ask you to come up with a solution for a symbol table that is targeted only for string-based keys which are Faster than Hashing and more Flexible than BSTs? Trie Data Structure is the solution that you will be looking for. Trie is a fast search and miss data structure when it comes to storing key-value pairs where key is a string. This … [Read more...] about Trie Data Structure Implementation | (PUT, GET, DELETE)

Getting Started With Algorithms For Budding Computer Science Engineers

May 1, 2019 by varunshrivastava Leave a Comment

Getting Started With Algorithms For Budding Computer Science Engineers Cover

This article is going to be different from a ton of articles out there on the internet. It will be different because I'm going to explain it in a way that would directly get inside of you (doesn't matter what your IQ is). I will not be going to copy-paste the definitions from books to bore you rather I would try to make you understand from the best of my knowledge. In … [Read more...] about Getting Started With Algorithms For Budding Computer Science Engineers

LinkedList Implementation in Java (TDD WAY)

February 28, 2017 by varunshrivastava Leave a Comment

linked list

Hey buds, In this article, I'm going to implement a linkedlist in java and compare our linked list on various performance benchmarks in comparison with the original collections linkedlist. Our custom linked list will not contain as many features as offered by the collections framework but it will surely contains all the basic features which are required to be a part of any … [Read more...] about LinkedList Implementation in Java (TDD WAY)

Primary Sidebar

Subscribe to Blog via Email

Do you enjoy the content? Feel free to leave your email with me to receive new content straight to your inbox. I'm an engineer, you can trust me :)

Join 184 other subscribers

Recent Posts

  • A Brief Discussion On Frontend and Micro-frontends
  • Top 5 Common Design Patterns
  • Design A Notification System
  • A Well Functioning Team – Feedback Culture
  • Replication – How Is It Done In Distributed Systems?

Recent Comments

  • Varun Shrivastava on How To Mock SecurityContextHolder in Spring Security using Mockito?
  • Franco Vedia on How To Mock SecurityContextHolder in Spring Security using Mockito?
  • Varun Shrivastava on Create Page Layouts with React and Typescript
  • Damilola Bells on Create Page Layouts with React and Typescript
  • Varun Shrivastava on Create Page Layouts with React and Typescript

Categories

  • Blogging
  • Cooking
  • Fashion
  • Finance & Money
  • Programming
  • Reviews
  • Software Quality Assurance
  • Technology
  • Travelling
  • Tutorials
  • Web Hosting
  • Wordpress N SEO

Archives

  • April 2023
  • August 2022
  • May 2022
  • April 2022
  • February 2022
  • January 2022
  • November 2021
  • September 2021
  • August 2021
  • June 2021
  • May 2021
  • April 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • February 2020
  • December 2019
  • November 2019
  • October 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • January 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016

Copyright © 2023 · Be My Aficionado · WordPress · Log in

Go to mobile version