All Projects โ†’ skjha1 โ†’ Data-Structure-Algorithm-Programs

skjha1 / Data-Structure-Algorithm-Programs

Licence: other
This Repo consists of Data structures and Algorithms

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Data-Structure-Algorithm-Programs

Algo Tree
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
Stars: โœญ 166 (-64.22%)
Mutual labels:  tree, linked-list, stack, queue, string, array, recursion, heap
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview ๐Ÿ’ฏ
Stars: โœญ 4,441 (+857.11%)
Mutual labels:  tree, linked-list, stack, queue, array, recursion, bit-manipulation, heap
Data-Structures-Algorithms-Handbook
A series of important questions with solutions to crack the coding interview and ace it!
Stars: โœญ 30 (-93.53%)
Mutual labels:  hashing, linked-list, array, recursion, bit-manipulation, heap, searching-algorithms
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: โœญ 35 (-92.46%)
Mutual labels:  tree, linked-list, stack, queue, string, array
Learningmasteringalgorithms C
Mastering Algorithms with C ใ€Š็ฎ—ๆณ•็ฒพ่งฃ๏ผšC่ฏญ่จ€ๆ่ฟฐใ€‹ๆบ็ ๅŠXcodeๅทฅ็จ‹ใ€Linuxๅทฅ็จ‹
Stars: โœญ 615 (+32.54%)
Mutual labels:  tree, linked-list, stack, queue, sort, heap
InterviewBit
Collection of solution for problems on InterviewBit
Stars: โœญ 77 (-83.41%)
Mutual labels:  hashing, tree, linked-list, stack, queue, bit-manipulation
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: โœญ 89 (-80.82%)
Mutual labels:  tree, stack, queue, sum, cracking-the-coding-interview, heap
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: โœญ 31 (-93.32%)
Mutual labels:  sorting, linked-list, stack, queue, array, searching-algorithms
Geeksforgeeks Dsa 2
This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.
Stars: โœญ 53 (-88.58%)
Mutual labels:  tree, linked-list, stack, queue, array, recursion
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: โœญ 139 (-70.04%)
Mutual labels:  tree, linked-list, stack, queue, array
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: โœญ 187 (-59.7%)
Mutual labels:  tree, linked-list, stack, queue, sort
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: โœญ 321 (-30.82%)
Mutual labels:  tree, stack, queue, string, array
Android interviews
๐Ÿš€Everything you need to know to find a android job. ็ฎ—ๆณ• / ้ข่ฏ•้ข˜ / Android ็Ÿฅ่ฏ†็‚น ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ ๆ€ป็ป“ไธๆ˜“๏ผŒไฝ ็š„ star ๆ˜ฏๆˆ‘ๆœ€ๅคง็š„ๅŠจๅŠ›๏ผ
Stars: โœญ 510 (+9.91%)
Mutual labels:  stack, queue, string, array, heap
myleetcode
โ™จ๏ธ Detailed Java & Python solution of LeetCode.
Stars: โœญ 34 (-92.67%)
Mutual labels:  tree, stack, queue, string, sort
data-structure-project
่‡ชๅทฑๅฎž็Žฐ้›†ๅˆๆก†ๆžถ็ณปๅˆ—ๆ•ด็†ๆ€ป็ป“
Stars: โœญ 29 (-93.75%)
Mutual labels:  tree, stack, queue, array
Leetcode
High-quality LeetCode solutions
Stars: โœญ 178 (-61.64%)
Mutual labels:  tree, stack, queue, recursion
Datastructure
ๅธธ็”จๆ•ฐๆฎ็ป“ๆž„ๅŠๅ…ถ็ฎ—ๆณ•็š„Javaๅฎž็Žฐ๏ผŒๅŒ…ๆ‹ฌไฝ†ไธไป…้™ไบŽ้“พ่กจใ€ๆ ˆ๏ผŒ้˜Ÿๅˆ—๏ผŒๆ ‘๏ผŒๅ †๏ผŒๅ›พ็ญ‰็ปๅ…ธๆ•ฐๆฎ็ป“ๆž„ๅŠๅ…ถไป–็ปๅ…ธๅŸบ็ก€็ฎ—ๆณ•(ๅฆ‚ๆŽ’ๅบ็ญ‰)...
Stars: โœญ 419 (-9.7%)
Mutual labels:  tree, stack, queue, sort
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: โœญ 1,128 (+143.1%)
Mutual labels:  tree, linked-list, stack, queue
C Sharp Algorithms
๐Ÿ“š ๐Ÿ“ˆ Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Stars: โœญ 4,684 (+909.48%)
Mutual labels:  hashing, sorting, tree, searching-algorithms
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: โœญ 125 (-73.06%)
Mutual labels:  tree, stack, queue, array

LOC Stars Badge Forks Badge Language  Update  Progress  Visitors

๐Ÿ“šData Structures

Before dive into this repo you should know why do we need these concepts. What is Role of DSA in your real life??

โ€œ For solving any real-world problem with programming approach we need to follow some steps & strategy. The collection of that steps is Algorithm, whereas a data structure is a way to store and organize data during solving that problem or constructing any software so that it can be used efficiently in terms of time and space, this way Data structure & Algorithms always allow us to write efficient and optimized computer programs.โ€

  • STL is standard template library, It is most powerful & useful while doing competitive coding questions Read More.

  • Problems on Data structure & Algorithms (Competitive coding) Click Here to get into problems section..

  • NOTE : Click on [๐Ÿ“˜] for getting hand written notes on particular topic.

Show some  โค๏ธ  by starring this repository! It will push me to give more percentage of efforts.

Data Structures

Topics Of Data-structure & Algorithms and Related Programs๐Ÿ”ญ๐Ÿ”ญ

  1. Recursion
  2. Array
  3. String
  4. LinkedList
  5. Stack
  6. Queue
  7. Tree
  8. Binary Search Tree
  9. AVL Trees
  10. Graph
  11. Heap
  12. Sorting Techniques
  13. Divide & Conquer
  14. Sliding Window
  15. Dynamic Programming

๐Ÿ“˜ Recursion

* ๐Ÿ“˜ Array๐Ÿ“˜

* ๐Ÿ“˜ String

* ๐Ÿ“˜ Linkedlist

* ๐Ÿ“˜ Stack

* ๐Ÿ“˜ Queue

* ๐Ÿ“˜ Tree

* ๐Ÿ“˜ Binary Search Tree

* ๐Ÿ“˜ AVL Tree

* ๐Ÿ“˜ Graph

* ๐Ÿ“˜ Heap

* ๐Ÿ“˜ Sorting Techniques

Big-O complexities of common Data structure & Algorithm

Graph Algorithm

๐Ÿ“šAlgorithms

Algorithms

In software development we have two phases:-

  • Design

  • Implementation

  • For designing any kind of software we should have a blueprint for that, i.e we can not develop any software on hit and trial basis.

  • Algorithm:- Algorithm is step by step procedure do solve any kind of computational problem & It is the core of computer science.

  • There is certain point about algorithm:-

  • Algorithm is written at design time.

  • For writing any effective one should have Proper domain Knowledge.

  • Algorithm is language independent.

  • And it is independent of Hardware & OS.

  • We are doing priori analysis when writing algorithms.

  • Mainly we are considering Time & Space function. Rather than that we are checking for Network Consumption/Data Transfer, Power consumption and Consumption of CPU Register.

  • characteristics of Algorithm :-

    1. Input
    1. Output
    1. Definiteness(Every Statement should be clear and understandable)
    1. Finiteness(Algorithm must terminate at some time)
    1. Effectiveness(Donโ€™t write unnecessary steps)
    1. Independent(It can be implemented in any programming language)

* ๐Ÿ“˜ Time Complexity and Problems

* ๐Ÿ“˜ Divide & Conquer๐Ÿ“˜

๐Ÿ“˜ Sliding Window technique

๐Ÿ“˜ Dynamic Programming

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].