complexity-algorithm

There are 21 repositories under complexity-algorithm topic.

  • ShrohanMohapatra/matrix_multiply_quadratic

    This source code (in Python) is a preliminary implementation of my quadratic-time positive integer matrix multiplication.

    Language:Python10103
  • adrianoifnmg/EstruturasDeDados2

    Estruturas de Dados 2, 3º Período, Curso Superior de Bacharelado em Sistemas de Informação do IFNMG Campus Januária.

    Language:C4100
  • BTrDung/CS112_Team08-Design-and-Analysis-of-Algorithm

    This is our repo for CS112 - Design and Analysis of Algorithm, Spring 2021, University of Information Technology, VNU HCM

    Language:Jupyter Notebook4102
  • DavidMorano/lcs

    experiments in calculating longest common subsequences of a set of strings (NP-Complete problem)

    Language:C++1100
  • Gabriel-Lucena/PTBEDDA

    A disciplina discute as principais formas, técnicas, algoritmos e estruturas para organizar, classificar e recuperar as informações na memória de sistemas computacionais. Também possibilita a avaliação da complexidade das soluções adotadas para o armazenamento da informação nos sistemas computacionais.

    Language:C110
  • Lemniscate-SHA-256/Dissect

    Automatically detect, analyze, and visualize algorithms in codebases

    Language:Python1190
  • lmuffato/Project-algorithms-Trybe

    Projeto algorithms - Projeto avaliativo da Trybe do Bloco 35: Algoritmos

    Language:Python110
  • NidhiU-24/Bar-Crawl-Detecting-Heavy-Drinking

    The project aims to develop a mobile application using accelerometer data for time series analysis to detect heavy drinking patterns, prioritizing user privacy and data security. The goal is to provide insights into drinking habits, promote responsible consumption, and enable early intervention for alcohol-related harm.

    Language:Jupyter Notebook1100
  • 108mk/E0224-Computational_Complexity_Theory

    E0224:Computational_Complexity_Theory is a course on theoretical foundation of computer science at CSA department IISc

  • AntonGrn/min-heap-GUI

    Builds heap according to selected time complexity algorithm.

    Language:Java0000
  • dopimentel/computer-science-project-algorithms

    Logic; Ability to interpret problems; Ability to interpret legacy code; Ability to optimize problem resolution and; Solve problems/Optimize algorithms.

    Language:Python0100
  • frblazquez/MARP

    Resources and exercises done for the Algorithmic Methods in Problems Resolution ("Métodos algorítmicos en resolución de problemas") subject.

    Language:C++0100
  • grgn96/MDistEn

    Algorithm for the computation of Multichannel Distribution Entropy (MDistEn).

    Language:MATLAB0100
  • nvillalt/42_push_swap

    push swap aims to optimise an algorithm as much as you can, with a fixed amount of movements available to you

    Language:C0100
  • VulpesDev/push_swap

    This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves.

    Language:C0100
  • Elisabete-MO/project-algorithms

    Project Algorithms Python

    Language:Python10
  • luandersonalvesdev/algorithms-py

    Logic challenges with time and space complexity of algorithms.

    Language:Python10
  • luandersonalvesdev/trybe-is-not-google

    Logic challenges with time and space complexity of algorithms.

    Language:Python10
  • Niangmohamed/salesmanRcpp

    Implementation of R package for the travelling salesman problem.

    Language:HTML00
  • omathewsr/python-algorithms

    Neste projeto resolvi problemas e otimizei algoritmos desenvolvendo a capacidade de implementar soluções para os mais diversos problemas do dia a dia!

    Language:Python10
  • yuryalencar/NumberOfInversions

    Algorithm for counting inversions numbers to sort a vector using MergeSort

    Language:Java20