#data-structuresUnmoderated tagAll postsExplore CommunitiesTrending CommunitiesSteemitCryptoAcademyNewcomers' CommunitySteemit Feedbackআমার বাংলা ব্লগKorea • 한국 • KR • KOSteem AllianceSTEEM CN/中文Comunidad LatinaBeauty of CreativityTron Fan ClubAVLE 일상Steem POD Team#data-structuresTrendingHotNewPayoutsMutedcryptoizotx (40)in #programming • 7 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 • 7 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 • 7 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 • 8 years agoLinked listView post on dManiaivlad (25)in #programming • 8 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…black-ice (25)in #computer-science • 8 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 • 8 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…