Skip to content

This repository includes all the basics of Data Structures and Algorithms one needs to know before stepping into the Developer's World!

Notifications You must be signed in to change notification settings

shahzaneer/Data-Structures-and-Algorithms

Repository files navigation

Data-Structures-and-Algorithms

Data-Structure-and-Algorithms

What are Data Structures?

  • The structures which are used to store data effectively and efficiently are known as Data Structures.

What is Algorithm?

  • Step by Step solution to a proposed problem is known as an Algorithm.

Coding is life


Why DSA?

  • It improves your logic building , time and space complexity of your code.
  • Simply it helps you to make your code scallable and efficient.
  • Read this blog for a general overview Article on DevPost
#include <iostream>
using namespace std;

int main(){
  cout<<"Shahzaneer Ahmed taking on Data Structures and Algorithm";
  }

About

This repository includes all the basics of Data Structures and Algorithms one needs to know before stepping into the Developer's World!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published