Data Structure and Algorithm Tutorial
Edit Template
Edit Template
Data Structure and Algorithm Tutorial
Edit Template

Data Structure and Algorithm

Introduction to Data Structure and Algorithm (DSA)

अगर आप programming language सीख रहे हैं तो आपको Data Structure and Algorithm के बारे में पता होना चाहिए। यह कोई programming language नहीं है बल्कि यह हमारे program को efficient और powerful बनता है।

Data Structure

Data structure का मतलब है कि हम data को organize करें ताकि हम program में से data को आसानी से access कर सके। data structure को आप container की तरह समझ सकते हैं जो data को systematically store करता है जिससे हम उस data पर कोई भी operation easily perform कर सकते हैं।

Algorithm

algorithm  किसी problem को solved करने का stepwise process होता है, यह set of instruction होता है जो किसी specific task को perform करने के लिए बनाया जाता है।

Basics of Data Structure Algorithm

Time Complexity : एक algorithm को run होने में कितना time लगेगा इसको measure करने को time complexity कहते है। 

Space Complexity :  एक algorithm को run करने की लिए कितना memory space चाहिए इसे measure करने को space complexity कहते है।

Big O Notation : जब input size बढ़ाया जाएगा तो किसी algorithm का perform कैसे change होगा इसको repragentation को big o notation कहते है।

Add a comment...

Your email address will not be published. Required fields are marked *

  • All Posts
  • Artificial Intelligence
  • Computer Fundamentals
  • Computer Networks
  • Data Analytics
  • Data Science
  • DBMS
  • Deep Learning
  • Digital Fundamentals
  • DSA with Python
  • Excel
  • Exercise
  • Git & Github
  • Machine Learning
  • Matplotlib
  • Natural Language Processing
  • NumPy
  • Operating System
  • Pandas-s
  • Power BI
  • Python Tutorial
  • Scikit-learn
  • Seaborn
  • SQL & MySQL
Python Loops

Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...

Conditional Statements

Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...

Python Operators

Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...

Python Data Type

Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...

Scikit-learn

Scikit-learn Tutorial Scikit-learn Hamburger Toggle Menu Edit Template Scikit learn What is Scikit-learn Scikit learn एक python library है जिसका...

Pandas

Pandas Tutorial Pandas Hamburger Toggle Menu Edit Template Pandas What is Pandas pandas  एक python library है, जिसका use हम...

NumPy

NumPy Tutorial NumPy Hamburger Toggle Menu Edit Template NumPy What is NumPy matplotlib का use हम data visualization के लिए...

Matplotlib

Matplotlib Tutorial Matplotlib Hamburger Toggle Menu Edit Template Matplotlib What is Matplotlib matplotlib का use हम data visualization के लिए...

Seaborn

Seaborn Tutorial Seaborn Hamburger Toggle Menu Edit Template Seaborn What is Seaborn seaborn  एक python library है जो Matplotlib पर...

Edit Template
Scroll to Top