/DA_A_DS

Design and Analysis of Algorithms and Data Structures

Primary LanguageCMIT LicenseMIT

DA_A_DS

Design and Analysis of Algorithms and Data Structures

This repository is created to put together all the algorithms and data structures learnt during the 3rd Semester of IT coursework.

##Usage In case you are interested in using the contents of the repository, follow the following steps.

  • Open up your terminal.
  • Type in the command git clone https://github.com/salman-bhai/DA_A_DS
  • For further details, read up the contents of the License.

Categories

  • Algorithms Primarily they are composed of two types of algorithms. Search Algorithms and Sort Algorithms.

  • Data Structures Primarily the data structures used are stacks, queues, arrays, linked list and binary trees.

##Contributing