top of page
Leadership
DATA STRUCTURES AND ALGORITHMS
Data Structure is a way of storing and organising information in a computer so that it can be retrieved and used productively.
-
Each Data Structure allows data to be stored in specific manner.
-
Specific DS are decided to work for specific problems.
-
DS allows efficient data search and retrieval.
MUST CHECK VIDEOS
LectureswithAkhil
10:46
01:56:15
13:50
Technology
PYTHON
Why Python?
-
Python has a simple syntax similar to the English language.
-
Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick.
-
Python can be treated in a procedural way, an object-oriented way or a functional way.
Education is what remains after you have forgotten what you learned in school
/ Albert Einstein
bottom of page