Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Programming Interview Problems and Algorithms in Ruby

Posted By: AlenMiler
Programming Interview Problems and Algorithms in Ruby

Programming Interview Problems and Algorithms in Ruby by Zachary Paul
English | April 17, 2016 | ASIN: B01EGILLLS | 177 Pages | AZW3/MOBI/EPUB/PDF (conv) | 1.83 MB

Zachary Paul is the author of the popular website wikivisually.com, which is written in Ruby and uses Rails. Zachary received his MS in Computer Science from UC Berkeley and he has 8 years of Ruby programming experience.

The book covers a large number of the most common interview problems, as well as Ruby implementations of all major data structures and algorithms.
All code has been thoroughly tested, and is written in a clear and easy-to-read style with extensive explanations and comments.

The topics include Cycle and Intersection Detection in Linked Lists, Finding the First Node of a Cycle, Generation of Permutations and Combinations with and without Repetition, Reconstruction of Binary Trees from their Traversals, Tree Serialization, Finding the Top k Elements of Data Streams, MapReduce, Partial Sorting, the Skyline Problem, DFS, BFS and Topological Sorting of Dags, the Alternative Alphabet and the Phone Words Problems, Bitwise Operations, Dynamic Programming, and many others.