Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This Repo consists of Data structures and Algorithms

NotificationsYou must be signed in to change notification settings

sthallada/Data-Structure-Algorithm-Programs

 
 

Repository files navigation

LOCStars BadgeForks BadgeLanguage Update Progress Visitors

📚Data Structures

“ For solving any real world problem with a programming approach we need to follow some steps. Collection of that steps is Algorithm, whereas a data structure is a way to store and organize data in a computer,so that it can be used efficiently in terms of time and space, so Data structure & Algorithms always allow us to write efficient and optimized computer programs.”

  • Reference for this repo is taken fromABDUL SIR course

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

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

Data Structures.

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

About

This Repo consists of Data structures and Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++73.1%
  • C26.5%
  • Other0.4%

[8]ページ先頭

©2009-2025 Movatter.jp