Step 1 : Learn the theory and fundamentals Understand top fundamental topics covered in data structures such as: Algorithms, Arrays, Collections, Complexity Analysis, Graphs, Hashtables, Heaps, Linked Lists, Queues, Recursion, Search, Sort, Stacks, Trees You can checkout these websites to help cover fundamentals: www.geeks4geeks.com - explains all the high level fundamentals www.beehyve.io/data-structures — student crowdsourced resources and community for any topic in CS including Data Structures Time complexity resources [BeeHyve]Time Complexity Cheat Sheet https://visualgo.net/en - has visualizations of a lot of helpful algorithms Here are more schools that have DS classes which you may find helpful: CS 226 Algorithms and Data Structures Brown CS 16 Introduction to Algorithms and Data Structures Stanford CS 166 Data Structures CMU CSE 15-211 Fundamental Data Structures and Algorithms University of Washington at St. Louis CSE 241 Algorithms and Data Struct
How to change Xampp phpmyadmin URL ini Ubuntu 1. Open file httpd-xampp.conf which is located in directory /opt/lampp/etc/extra/ with your text editor or type in your terminal: sudo nano /opt/lampp/etc/extra/httpd-xampp.conf 2. Change line Alias with your desired path. In below sample, I change my phpadmin url to: localhost/myanothersql How to solve 'New Security Concept' while accessing Phpmyadmin - Xampp ubuntu: Type in your terminal : sudo nano /opt/lampp/etc/extra/httpd-xampp.conf edit line : Require local to Require all granted
Comments
Post a Comment