An open API service indexing awesome lists of open source software.

https://github.com/jmrashed/design-and-analysis-of-algorithms


https://github.com/jmrashed/design-and-analysis-of-algorithms

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Design and Analysis of Algorithms

- What is an Algorithm?

## What is an Algorithm?

An Algorithm is a set of well-defined instructions designed to perform a specific set of tasks. Algorithms are used in Computer science to perform calculations, automatic reasoning, data processing, computations, and problem-solving. Designing an algorithm is important before writing the program code as the algorithm explains the logic even before the code is developed.

### DAA Syllabus

πŸ‘‰ [Greedy Algorithm β€” Greedy Method & Approach with Examples](WhatisaGreedyAlgorithm.md)

πŸ‘‰ Circular Linked List β€” Advantages with C Program Example

πŸ‘‰ Array in Data Structures β€” What is, Concept, Insert/Delete Operations

πŸ‘‰ B TREE in Data Structure β€” Search, Insert, Delete Operation Example

πŸ‘‰ B+ TREE β€” Search, Insert and Delete Operations Example

πŸ‘‰ Breadth First Search Algorithm β€” Learn with Example

πŸ‘‰ Binary Search Tree β€” Learn with Example

πŸ‘‰ Binary Search Algorithm β€” Learn with Example

πŸ‘‰ Linear Search β€” Linear Search: Python, C++ Example

πŸ‘‰ Bubble Sort Algorithm β€” Learn with Python using List Example

πŸ‘‰ Selection Sort β€” Algorithm explained with Python Code Example

πŸ‘‰ Heap Sort Algorithm β€” C++, Python Examples

πŸ‘‰ Hash Table in Data Structure β€” Learn with Python Example

πŸ‘‰ Tree Traversals β€” Tree Traversals (Inorder, Preorder, Postorder): C, Python, C++ Examples

πŸ‘‰ Binary Tree β€” Binary Tree in Data Structure (EXAMPLE)

πŸ‘‰ Combination Algorithm β€” Print all possible combinations of R | C,C++,Python Example

πŸ‘‰ Longest Common Subsequence β€” Longest Common Subsequence: Python, C++ Example

πŸ‘‰ Dijsktra’s Algorithm β€” Dijsktra’s Algorithm: C++, Python Code Example

πŸ‘‰ Kadence’s Algorithm β€” Kadence’s Algorithm: Largest Sum Contiguous Subarray

πŸ‘‰ Radix Sort Algorithm β€” Radix Sort Algorithm: C++, Python Examples

πŸ‘‰ Doubly Linked List β€” Doubly Linked List: C++, Python Example

πŸ‘‰ Singly Linked List β€” Singly Linked List: C++, Python Example

πŸ‘‰ Prime Factor Algorithm β€” C, Python Example

πŸ‘‰ Topological Sort β€” Python, C++ Algorithm Example

πŸ‘‰ BFS vs DFS β€” What’s the Difference?

πŸ‘‰ AVL Trees β€” Rotations, Insertion, Deletion with C++ Example

πŸ‘‰ Best Algorithm Interview Questions β€” Top 18 Algorithm Interview Q & A

πŸ‘‰ DAA Tutorial PDF β€” Design and Analysis of Algorithms