Robuta

https://www.educative.io/courses/grokking-coding-interview-in-go/decode-string
Learn to decode strings encoded with repeat patterns using stacks. Master string manipulation and apply these skills in coding interviews with confidence.
coding interviewsdecodestringusingstacks
https://www.educative.io/courses/grokking-coding-interview-in-python/solution-add-two-numbers
Learn how to add two numbers represented by linked lists, focusing on digit-by-digit addition and handling carry in coding interviews.
add two numberslinked listscoding interviewsusing
https://www.educative.io/courses/decode-the-coding-interview-go/diy-accounts-merge
Learn to merge account data by identifying common emails in Go. This Amazon coding challenge improves your problem-solving for technical interviews.
coding challengeaccountsmergegoamazon
https://www.educative.io/courses/decode-coding-interview-python/diy-valid-parentheses
Learn how to verify valid parentheses sequences using Python, focusing on common coding interview problems involving brackets and braces matching.
coding interviewscheckvalidparenthesespython
https://www.educative.io/courses/grokking-coding-interview-in-csharp/introduction-to-dynamic-programming
Learn the fundamentals of dynamic programming, including top-down and bottom-up approaches, to efficiently solve optimization problems.
dynamic programmingcoding interviewsintroduction
https://www.pramp.com/
Join thousands of professionals practicing live mock interviews & interview questions online, with peers, for free. We help you prep & land your dream tech...
mock interviewscoding problemstop jobspracticeland
https://www.educative.io/courses/decode-the-coding-interview-elixir/diy-continuous-subarray-sum
Learn to detect continuous subarrays summing to multiples of k, a key algorithmic challenge in coding interviews like Amazon's.
coding interviewssolvecontinuoussumproblem
https://www.educative.io/courses/decode-the-coding-interview-kotlin/spiral-matrix
Learn to traverse a matrix in spiral order using a layer-by-layer approach, optimizing your algorithm skills for coding interviews in Kotlin.
coding interviewsspiralmatrixalgorithmkotlin
https://www.educative.io/courses/decode-the-coding-interview-kotlin/what-did-we-learn-B6EQ8jJ9LXX
Review essential cellular network optimization techniques and related coding interview questions for effective preparation in Kotlin.
problem solving skillscoding interviewskeycellularoperator
https://www.educative.io/courses/decode-the-coding-interview-kotlin/diy-random-pick-index
Learn how to implement a memory efficient random pick index function for arrays with duplicates in Kotlin, preparing for real coding interviews.
random pickcoding interviewsindexsolutionkotlin
https://www.hackerrank.com/?utm_source=iamtk.co&utm_medium=referral&utm_campaign=tk_newsletter
HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation!
online codinghackerrankteststechnicalinterviews
https://www.educative.io/courses/decode-the-coding-interview-rust/diy-minimum-path-sum
Learn to solve the minimum path sum problem in a grid using Rust. Practice algorithmic problem solving for coding interviews with real-world examples.
coding interviewsminimumpathsumproblem
https://www.educative.io/courses/decode-coding-interview-python/diy-reverse-words-in-a-string
Learn to reverse the order of words in a string, manage extra spaces, and prepare for coding interviews with practical string manipulation.
coding interviewsreversewordsstring
https://www.hackerearth.com/blog/conducting-coding-interviews?utm_campaign=%5BRecruit%5D%20Blog%20Promotion&utm_source=Slack&utm_medium=hackerearthslack
Make coding interviews foolproof with insights from the trusted developer community. Improve the accuracy and effectiveness of your assessment process.
coding interviewsdefinitivewayconducting
https://www.educative.io/courses/grokking-coding-interview-in-csharp/introduction-to-subsets
Learn how to generate all subsets of elements efficiently using C# for coding interview problems involving combinations and permutations.
c codingintroductionsubsetspatterninterviews
https://blog.faangshui.com/
Demystifying Algorithms, Data Structures and Coding Interviews. Click to read Faangshui - Algorithms, Data Structures & Coding Interviews, by Nurbo Kusmagul, a...
data structurescoding interviewsalgorithmsnurbosubstack
https://www.educative.io/courses/decode-the-coding-interview-go/diy-divide-chocolate
Learn how to divide chocolate chunks optimally to maximize minimum sweetness for coding interview problems from Facebook.
coding interviewsmaximizesweetnessdividingchocolate
https://notionpress.com/sg/read/dynamic-programming-for-coding-interviews
I wanted to compute 80th term of the Fibonacci series. I wrote the rampant recursive function,int fib(int n){ return (1==n || 2==n) ? 1 : fib(n-1) +...
dynamic programmingcoding interviews
https://www.educative.io/courses/grokking-coding-interview-in-python/introduction-to-graphs
Learn about graph types, representations, and fundamental graph traversal algorithms to solve common coding interview problems effectively.
coding interviewsintroductiongraphskeyalgorithms
https://www.educative.io/courses/grokking-coding-interview-in-javascript/solution-find-right-interval
Learn how to find the right interval for each interval using heaps to optimize time and space complexity in coding interviews.
coding interviewsfindrightintervalusing
https://www.educative.io/courses/grokking-coding-interview-in-cpp/introduction-to-math-and-geometry
Learn essential math and geometry concepts like GCD, distances, slopes, and polygon validity to solve coding interview problems efficiently.
coding interviewsintroductionmathgeometry
https://www.dsaprep.dev/
Master coding interviews with DSA Prep - curated DSA problems + automated spaced repetition tracker. Filter by company (Google, Amazon, Meta), track progress,...
coding interviewsspaced repetitiondsaprepmaster
https://www.educative.io/courses/decode-the-coding-interview-kotlin/what-did-we-learn-myoKVn48Kr3
Review key plagiarism detection methods and related coding interview questions to sharpen problem-solving skills for top tech companies.
plagiarism checkercoding interviewsrecaptechniques
https://www.educative.io/courses/decode-coding-interview-python/what-did-we-learn-gk83g9BqDk3
Recap key Twitter feature implementations that mirror common coding interview questions at top tech companies. Build skills to recognize and solve similar...
coding interviewsreviewingtwitterfeatureimplementation
https://www.educative.io/courses/decode-the-coding-interview-ruby/diy-serialize-and-deserialize-n-ary-tree
Learn to serialize and deserialize N-ary trees with custom algorithms in Ruby, a key skill for coding interviews involving tree data structures.
coding interviewsserializearytreesruby
https://daily.dev/fr-fr/blog/coding-interviews-great-tools-and-useful-tips-to-make-smarter-choices
From my experience in interviewing software developers over the years, I learned that there is a bit of imposter syndrome and a few self-confidence issues devs...
coding interviewsgreat toolsuseful tipsmakesmarter
https://www.educative.io/courses/grokking-coding-interview-in-cpp/find-the-corrupt-pair
Learn how to identify the corrupt pair with missing and duplicated numbers in an array using the cyclic sort pattern for coding interviews.
coding interviewsfindcorruptpairusing
https://www.hackerrank.com/
HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation!
online codinghackerrankteststechnicalinterviews
https://onehack.st/t/are-whiteboard-coding-interviews-just-testing-for-social-anxiety/96832
An anonymous reader quotes The Register: People applying for software engineering positions at companies are often asked to solve problems on a whiteboard,...
social anxiety newscoding interviewswhiteboardtesting
https://www.educative.io/courses/decode-the-coding-interview-rust/diy-regular-expression-matching
Learn to implement regex matching with '.' and '*' in Rust, enabling full string pattern matching for coding interview problems.
regular expression matchingcoding interviewsimplementrust
https://www.educative.io/courses/decode-the-coding-interview-csharp/diy-random-pick-index
Learn to efficiently pick a random index of a target number in an array with duplicates, optimizing memory for large datasets.
random pickcoding interviewsindeximplementation
https://www.dice.com/hiring/recruitment/10-essential-coding-tests-for-interviews
As of 2024, 88% of tech companies have implemented a skills-based model, reflecting a shift toward objective evaluation processes. How can you be sure the
coding testsessentialinterviewsdicehiring
https://www.educative.io/courses/decode-coding-interview-python/diy-maximum-frequency-stack
Learn to implement a frequency stack that returns the most frequent elements efficiently. Gain skills to solve real-world stack problems in interviews.
coding interviewsimplementmaximumfrequencystack
https://www.educative.io/courses/grokking-coding-interview-in-go/decode-ways
Learn how to decode digit strings into letters using dynamic programming and find all possible decoding ways with efficient solutions.
dynamic programmingcoding interviewsdecodeways
https://www.educative.io/courses/grokking-coding-interview-in-python/rotting-oranges
Learn to determine the minimum time for all oranges to rot in a grid using algorithmic patterns common in coding interviews.
problem solvingcoding interviewsrottingoranges
https://www.educative.io/courses/algorithms-for-coding-interviews-in-csharp/challenge-arrange-a-binary-array
Learn to sort a binary array efficiently using C# with practical algorithms for coding interviews. Practice arranging zeros and ones in order.
coding interviewssortbinaryarrays
https://www.educative.io/courses/decode-coding-interview-js/project-description-for-network
Learn to solve network communication problems with hands-on features like message propagation, routing, and synchronization in coding interviews.
coding interviewsunderstandnetworkfeaturesprotocols
https://www.educative.io/courses/decode-coding-interview-python/diy-employee-free-time
Learn how to find common free time intervals from multiple schedules using interval merging techniques for coding interviews.
find employeefree timecoding interviewsintervals
https://coffeebytes.in/
Prepare for coding interviews with premium DSA cheatsheets & System Design notes. Easy revision, proven interview patterns, quick download. Start your prep...
coding interviewtech interviewsdsacheatsheetsprep