Explore >> Select a destination


You are here

datagenetics.com
| | zietlow.io
4.4 parsecs away

Travel
| | Basic data structure and algorithms implemented within go
| | techsavvypriya.wordpress.com
3.8 parsecs away

Travel
| | A quick introduction to 8 commonly used data structures Data Structuresare a specialized means of organizing and storing data in computers in such a way that we can perform operations on the stored data more efficiently. Data structures have a wide and diverse scope of usage across the fields of Computer Science and Software Engineering....
| | miparnisariblog.wordpress.com
5.5 parsecs away

Travel
| | PatternDescriptionExample usagesWorks onTwo pointersIterate over an array or multiple arrays to achieve some goal, faster than O(n^2)Finding palindromes, merging two arrays, subsequences in stringsUnsorted arrays, sorted arrays, stringsSliding windowFind a subarray that satisfies some numerical constraint. (If the constraint involves counting, use a hashmap).Add elements from the right until the constraint is broken, then remove...
| | danielabaron.me
19.9 parsecs away

Travel
| Exploring the shortcomings of traditional technical interviews and advocating for more relevant assessment methods to better reflect the demands of modern software engineering roles.