Nov 29, 2025 · 1 min read · L’usage de Set est certainement le plus pratique pour vérifier l’appartenance à une liste puisque les valeurs sont mémorisées comme dans un Hash. Set utilise la méthode === pour vérifier l’appartenance, ce qui permet de faire : case 'pomme' when Set[...
Join discussionMay 13, 2025 · 4 min read · Table of contents On what basis do we compare on code is better than the other? Growth Rate and Time Complexity Conclusion Example 1. On what basis do we compare one code is better than the other? So, when we say that one code is better than t...
Join discussionDec 25, 2024 · 12 min read · Indexing is a crucial component of database systems that allows for efficient data retrieval. Large-scale systems require an indexing system capable of efficiently managing and optimizing data. These index structures are typically created using a bal...
Join discussion
Nov 10, 2024 · 3 min read · Building frontend applications can be overwhelming and stressful if you are not using the right tools as a developer. Here are 10 tools I believe every frontend developer should know how to use: 1.) Version Control Tools Examples are Git and Github: ...
Join discussion
Oct 19, 2024 · 6 min read · Hello,Lets continue our discussion in some points that will help you to understand better Problem Statement :- Given an array of integers nums_array and an integer k, we are tasked with counting the number of continuous subarrays whose sum equals k....
Join discussionJul 17, 2024 · 4 min read · Understanding efficiency with a real world example Situation 1: Assume that there is a 1 acre land in which you build your own house and keep the whole resources such as electricity, water etc. to yourself and plan to consume it personally. (Ineffic...
Join discussion
May 23, 2024 · 3 min read · In today’s rapidly evolving business landscape, staying competitive requires more than just a quality product or service. Companies must also be adept at managing their internal processes, customer relationships, and overall operations. This is where...
Join discussion
Apr 18, 2024 · 7 min read · TL;DR — Optimizing EC2 costs in Kubernetes using Karpenter on AWS EKS involves leveraging auto-scaling features to adjust resource allocation dynamically, reducing operational costs. Key steps include setting up Karpenter, configuring NodeClass and N...
Join discussionJul 24, 2023 · 3 min read · Introduction In the realm of algorithm analysis, Big O notation serves as a guiding light for developers seeking to optimize the efficiency of their code. Big O of Log N, denoted as O(log N), represents a logarithmic time complexity, implying that an...
Join discussion