SG Newsletter
Subscribe
Sign in
Home
Website
Archive
About
New
Undirected Graphs
An excerpt from the book Algorithms (4th Edition) by Robert Sedgewick and Kevin Wayne. And I also added a python implementation. Definitions A graph is…
Serhat Giydiren
Nov 12, 2022
1
Share this post
Undirected Graphs
serhatgiydiren.substack.com
Copy link
Twitter
Facebook
Email
October 2022
Indexed Minimum Priority Queue
Data Structure for operations (push, delete-the-minimum, update, delete) with Θ(log N) time complexity
Serhat Giydiren
Oct 28, 2022
2
Share this post
Indexed Minimum Priority Queue
serhatgiydiren.substack.com
Copy link
Twitter
Facebook
Email
Book Review: Algorithms
By Robert Sedgewick, Kevin Wayne
Serhat Giydiren
Oct 23, 2022
1
Share this post
Book Review: Algorithms
serhatgiydiren.substack.com
Copy link
Twitter
Facebook
Email
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
Serhat Giydiren
Oct 20, 2022
1
Share this post
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) time complexities)
serhatgiydiren.substack.com
Copy link
Twitter
Facebook
Email
Coding Interview Question: Nested List Weight Sum (C++ and Python Solutions)
Google, Meta, Amazon Interview Questions
Serhat Giydiren
Oct 15, 2022
1
Share this post
Coding Interview Question: Nested List Weight Sum (C++ and Python Solutions)
serhatgiydiren.substack.com
Copy link
Twitter
Facebook
Email
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…
Serhat Giydiren
Oct 12, 2022
1
Share this post
Quick Select: Linear runtime complexity to find the median of unsorted arrays
serhatgiydiren.substack.com
Copy link
Twitter
Facebook
Email
Coming soon
This is SG Newsletter, a newsletter about #tech_interviews, #data_structures, #algorithms, #system_design, and #leadership.
Serhat Giydiren
Oct 11, 2022
1
Share this post
Coming soon
serhatgiydiren.substack.com
Copy link
Twitter
Facebook
Email
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts