#data-structuresUnmoderated tagAll postsTrending CommunitiesSteemitCryptoAcademyNewcomers' CommunitySteemit Feedbackআমার বাংলা ব্লগKorea • 한국 • KR • KOSteem AllianceSTEEM CN/中文Steem POD TeamAVLE 일상WORLD OF XPILARComunidad LatinaBeauty of CreativityExplore Communities...#data-structuresTrendingHotNewPayoutsMutedcryptoizotx (40)in #programming • 6 years agoOne algorithm a day: Keeping track of the largest element in a stackImagine that you want to be able to access the largest element in a stack. I know you were dying to do it ! You…cryptoizotx (40)in #swift • 6 years agoOne algorithm a day. Write a function that returns best profit you could made from trading.Write an efficient function that takes stockPrices and returns the best profit I could have made from one purchase and…cryptoizotx (40)in #programming • 6 years agoOne algorithm a day: floor of the square root of the inputDescription Implement a function that takes in a 32 bit integer and returns another 32 bit unsigned integer that is…jordaan01 (25)in #dmania • 7 years agoLinked listView post on dManiaivlad (25)in #programming • 7 years agoThe Sieve of Eratosthenes Part 1: efficiently generating primes up to nThe Sieve of Eratosthenes is an algorithm for finding prime numbers in a range. Conceptually, it's a very simple…justyy (83)in #programming • 7 years agoACM题解系列之 - 最小堆栈 (Min Stack) - Design a Stack with constant time in Push, Pop and MinImplement a stack with min() function, which will return the smallest number in the stack. It should support push, pop…black-ice (25)in #computer-science • 7 years agosteemCreated with Sketch.What's a Merkle Tree?Each node in the Merkle tree performs MD5 hashing of input data. Parent nodes concatenate the hashes of their children…orcunland (6)in #data-structures • 7 years agoWhy do we only use C in data structures and not C++?Data Structures are particular way of organizing data in a computer so that it can be used efficiently. (Wikipedia…amos1969 (56)in #coding • 7 years agoData Structures in Python - Part 2 - QueuesQueues in Python A Queue A queue is another of the standard data structures that we find throughout Computer…amos1969 (56)in #coding • 7 years agoData Structures in Python - Part 1- StacksStacks in Python A Stack A stack is a standard computer science data structure that can be described as LIFO…