🍿 2 min. read

Visualize Data Structures, Algorithms and Regular Expressions

Monica Powell

Visualize Data Structures, Algorithms and Regular Expressions

I wanted to recommend two websites (VISUALGO.net and RegExr.com) that have helped me with learning data structures, algorithms, and regular expressions.

VISUALGO.net

Visualgo.net helped me get through my Data Structures in Java class this past semester. This website allows you to walk through visualizations of popular data structures (linked list, hash tables, and algorithms (i.e., sorting) . You can use either pre-set data or input your own data. I found visualgo especially useful when with helping me to understand more intuitively how an algorithm works.

RegExr.com

I recently discovered RegExr as I was learning how to use regular expressions in Python. You can check out my notes (iPython notebook) on Regular Expressions here. You can edit the text, adjust the regular expression and see the results update in real-time. Additionally, everything that that the RegEx captures is annotated and shows you which part of the RegEx selected a specific characters.

Let me if you’ve enjoyed these two websites or if you have another go-to site for Data Structures, Algorithms and Regular Expressions.

This post was originally published on Black Tech Diva.

This article was published on November 27, 2016.


Don't be a stranger! 👋🏾

Thanks for reading "Visualize Data Structures, Algorithms and Regular Expressions". Join my mailing list to be the first to receive my newest web development content, my thoughts on the web and learn about exclusive opportunities.

     

    I won’t send you spam. Unsubscribe at any time.