An open API service providing repository metadata for many open source software ecosystems.

Topic: "space-complexity-analysis"

gmendozah/Data-Structures-and-Algorithms

This repo helps keep track about exercises, Jupyter Notebooks and projects from the Data Structures & Algorithms Nanodegree Program offered at Udacity.

Language: Jupyter Notebook - Size: 2.24 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 9 - Forks: 9

burhanaras/iOS-Interview-University

My journey: from junior to the iOS Tech Lead

Language: Swift - Size: 391 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 3

arfin-parween/Time-Complexity-and-Space-Complexity

Time and space complexity are terms used in computer science to analyze the efficiency of algorithms. Time Complexity measures the amount of time an algorithm takes to complete as a function of the input size. Space Complexity quantifies the amount of memory space an algorithm uses in relation to the input size.

Size: 8.27 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

TIASAASH/ALGORITHM-VISUALIZER

This Algorithm Visualizer project is basically a group project. It's easier to understand the sorting and searching algorithm logics through visualization than the theories. So, we decided to make it. We used HTML,CSS and JavaScript for these one.

Language: CSS - Size: 19.3 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

AbhiSaphire/Algorithmic-Toolbox

The course covers basic algorithmic techniques and ideas for computational problems arising frequently in practical applications: sorting and searching, divide and conquer, greedy algorithms, dynamic programming. [2020]

Language: Python - Size: 5.1 MB - Last synced at: 10 days ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

golu19102003/AOA-LAB

This Lab Programs provide hands-on experience in implementing and analyzing fundamental algorithms used in computer science. This lab focuses on practical understanding of algorithm design techniques such as divide and conquer, greedy methods, dynamic programming, backtracking, and graph algorithms.

Language: C - Size: 31.3 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 0

open-minded13/leetcode-grind-169-solutions

Welcome to the 2024 LeetCode Grind 169 Questions Challenge, inspired by the renowned Grind 75 — a dynamic, personalized approach to mastering coding interviews. This challenge is a journey through the top 169 LeetCode questions, handpicked for their value in preparing you for technical interviews.

Language: Python - Size: 785 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 1

open-minded13/leetcode-grind-75-solutions

Grind 75 is a dynamic list of top LeetCode interview questions created in 2023. It's up-to-date and well-chosen. We can personalize it according to our schedule, time constraints, and preferences.

Language: Python - Size: 281 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

mohsentabibian/LeetCode-Solutions

Explore 75 essential problems frequently asked in tech interviews. Each solution includes detailed explanations and time/space complexity analysis. Boost your coding skills and interview preparedness!

Language: HTML - Size: 5.62 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

itsramashish/Data-Stuctures-Algorithms-Using-Java

In this repository you will get all Data Structures concepts and Algorithms to make the code more efficient and less time consuming using best time complexity

Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Vaishnavi8055/DataStructure-Problems

This repository will have solutions to problems asked in the interview. Each Problem has better as well as optimal approaches with their time and space complexities.

Language: Java - Size: 87.9 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

longluo/Fibonacci

9 Fibonacci Algorithms

Language: Java - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

Shaleengovil25/Competitive-programming

Coding Ninjas

Language: C++ - Size: 104 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

d3vluz/Algoritmos

Documentação e implementação gráfica sobre diversos tipos de algoritmos

Language: Python - Size: 25.4 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

pjamespz/SCHOOL-intro-binpacking

Implementation of custom bin packing in addition to a collection of standard bin packing algorithms.

Language: Jupyter Notebook - Size: 1.45 MB - Last synced at: 10 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Syphonphilter/CodePlayground

A repository where common Engineering problems are solved from my experience over time

Language: C++ - Size: 8.23 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AnushkaReddy-hub/GetTheKeyGame

The game involves navigating a tower's floor map, collecting keys, and reaching exits efficiently. Players start at a designated point, explore the map, and strategically plan routes to minimize traversal time while picking up keys. The objective is to find the shortest path to exit nodes, factoring in key collection.

Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AnushkaReddy-hub/AWeekendGetaway

For a mind free weekend getaway it allocates individuals to vehicles, ensuring each has ≥2 drivers, following rules and preferences. It initializes, allocates drivers, assigns remaining individuals based on preferences, and validates the allocation, employing a greedy approach, returning None if any step fails, or the achieved allocation otherwise.

Language: Python - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

lambdamikel/common-lisp-macros

Notes on Refactoring Exponential Macros in Common Lisp

Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

pankajkumarravi/data-structure-implementation

Data-structure-implementation in java

Language: Java - Size: 118 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Related Topics
time-complexity-analysis 19 data-structures 4 leetcode 4 algorithms 4 time-complexity 4 algorithms-and-data-structures 4 python 4 problem-solving 3 java 3 interview-preparation 3 space-complexity 3 sorting-algorithms 3 searching-algorithms 3 stack 2 strings 2 linked-list 2 programming 2 data-structures-and-algorithms 2 backtracking-algorithm 2 python-solutions 2 dynamic-programming 2 greedy-algorithms 2 big-o-notation 2 grind75 2 grind-75-leetcode-questions 2 beginner-friendly 2 typescript 1 advanced-algorithms 1 software-engineering 1 leetcode-solutions 1 clean-architecture 1 coding-challenge 1 grind-169 1 advanced-data-structures 1 grind-169-leetcode-questions 1 blind-75-leetcode-solutions 1 np-completeness 1 c-sharp 1 stl-algorithms 1 standard-template-library 1 backtracking 1 recursion-problem 1 recursion-basics 1 number-theory 1 loops 1 fuction 1 coding-ninjas 1 competitive-programming 1 graph-algorithms 1 complexity-analysis 1 analysis 1 algorithms-design 1 math 1 fibonacci-numbers 1 fibonacci 1 algorithm 1 singly-linked-list 1 queue-implementation 1 queue 1 pre-order 1 post-order 1 matrix 1 iterative-methods 1 in-order 1 graph 1 doubly-linked-list 1 custom-implementation 1 circular-linked-list 1 binary-search-tree 1 arraylists 1 array 1 bin-packing-problem 1 bin-packing 1 interview-questions 1 interview-prep 1 computer-science 1 complexity 1 grind169 1 grind-75 1 html-css-javascript 1 dsa 1 data-structure-and-algorithm 1 basic-to-advance 1 arfin 1 queues 1 heap 1 hashing 1 bit-manipulation 1 bit 1 arrays 1 arraylist 1 macros 1 lisp-language 1 lisp 1 domain-specific-languages 1 common-lisp-language 1 common-lisp-lang 1 common-lisp 1 udacity-nanodegree 1 space-time-tradeoff 1