Explore >> Select a destination


You are here

andreasimonecosta.dev
| | initialcommit.com
4.8 parsecs away

Travel
| | The graphs in computer software are a little different from the bar graphs in high school. Sure, they are still a mapping of relations just represented differently.
| | adrianmejia.com
2.0 parsecs away

Travel
| | JavaScript tutorials and web development articles including topics like NodeJS, Angular, VueJS, Data Structures and Algorithms.
| | www.jeremykun.com
3.3 parsecs away

Travel
| | The graph is among the most common data structures in computer science, and it's unsurprising that a staggeringly large amount of time has been dedicated to developing algorithms on graphs. Indeed, many problems in areas ranging from sociology, linguistics, to chemistry and artificial intelligence can be translated into questions about graphs. It's no stretch to say that graphs are truly ubiquitous. Even more, common problems often concern the existence and optimality of paths from one vertex to another ...
| | henrikwarne.com
34.8 parsecs away

Travel
| I recently finished the Coursera course Algorithms: Design and Analysis, Part 2 by Professor Tim Roughgarden of Stanford.I've already reviewed part 1, and here are my thoughts on the second part. The main theme of part 1 was the divide and conquer paradigm. In the second part the main themes were greedy algorithms, dynamic programming...