Skip to content
/ DSA Public

This repository features Data Structures and Algorithms (DSA) practices in Dart, focusing on mastering fundamental programming concepts and problem-solving techniques.

Notifications You must be signed in to change notification settings

axah710/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms (DSA) in Dart

Welcome to the Data Structures and Algorithms (DSA) repository! This repository contains various DSA practices implemented in Dart, designed to help you understand and master fundamental programming concepts and problem-solving techniques.


🌟 Features and Topics Covered

1. Big O Notation

  • Learn to analyze the efficiency and complexity of algorithms.

2. Search and Sort Algorithms

  • Implementation of popular algorithms:
    • Linear Search
    • Binary Search
    • Naïve Search
    • Merge Sort
    • Quick Sort
    • Bubble Sort
    • Selection Sort
  • In-depth explanations and comparisons.

3. Filtering Techniques

  • Optimized methods for data filtering.
  • Practical examples to enhance understanding.

🛠️ Getting Started

To explore the repository, clone it using the following command:

git clone https://github.com/axah710/DSA.git