SG Newsletter
Subscribe
Sign in
Home
Website
Archive
About
Undirected Graphs
An excerpt from the book Algorithms (4th Edition) by Robert Sedgewick and Kevin Wayne. And I also added a python implementation.
Nov 12, 2022
•
Serhat Giydiren
1
October 2022
Indexed Minimum Priority Queue
Data Structure for operations (push, delete-the-minimum, update, delete) with Θ(log N) time complexity
Oct 28, 2022
•
Serhat Giydiren
2
Book Review: Algorithms
By Robert Sedgewick, Kevin Wayne
Oct 23, 2022
•
Serhat Giydiren
1
Coding Interview Question: Find the greatest integer smaller than N with the same set of digits as N (C++ Solutions with O(n ^ 2) and O(n…
Google, Meta, Amazon Interview Questions
Oct 20, 2022
•
Serhat Giydiren
1
Coding Interview Question: Nested List Weight Sum (C++ and Python Solutions)
Google, Meta, Amazon Interview Questions
Oct 15, 2022
•
Serhat Giydiren
1
Quick Select: Linear runtime complexity to find the median of unsorted arrays
I reviewed some implementations of the median function in widely used statistics packages. They use simple flow like sorting the array and returning the…
Oct 12, 2022
•
Serhat Giydiren
1
Coming soon
This is SG Newsletter, a newsletter about #tech_interviews, #data_structures, #algorithms, #system_design, and #leadership.
Oct 11, 2022
•
Serhat Giydiren
1
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts