Ecosyste.ms: Repos

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

GitHub topics: algorithm-optimization

danieldotwav/Two-Pointer-Water-Container

A short program written in Java calculates the maximum area that can be contained within a set of vertical lines, utilizing a two-pointer algorithm and handling a variety of test cases from simple to complex.

Language: Java - Size: 3.91 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 2 - Forks: 0

danieldotwav/Sorted-List-Merger

This project presents a C++ implementation for efficiently merging two sorted linked lists into a single sorted list. It focuses on utilizing existing nodes from the original lists and maintaining their order in the merged output.

Language: C++ - Size: 9.77 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

danieldotwav/Word-Bank-Constructor-Dynamic-Programming

The code is a Java implementation of an algorithm that determines if a target string can be constructed by concatenating elements from a given word bank, using recursion and memoization for optimization.

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

danieldotwav/Best-Sum-Dynamic-Programming

This Java project focuses on implementing a dynamic programming solution to find the shortest combination of numbers that sum up to a given target sum, using recursion and memoization for efficiency.

Language: Java - Size: 3.91 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 2 - Forks: 0

xiyanghu/OSDT

Optimal Sparse Decision Trees

Language: Python - Size: 6.43 MB - Last synced: 3 months ago - Pushed: about 1 year ago - Stars: 94 - Forks: 11

Navnedia/Cache-Simulator

A simulated cache system program. Test cache performance by dynamically specifying the cache structure to see how well optimized an algorithm is on different cache structures.

Language: C - Size: 109 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

schneiti/searouter-osm

ALT algorithms on a grid graph used for routing on the sea.

Language: Java - Size: 3.98 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 5 - Forks: 1

Wangxh329/PSOAlgorithms

This is my undergraduate thesis about high-performance discrete particle swarm optimization (PSO) algorithm and software development of application on JSSP problem.

Language: Matlab - Size: 5.6 MB - Last synced: 7 months ago - Pushed: over 6 years ago - Stars: 26 - Forks: 8

Victor-Pavageau/AdvancedAlgorithmic

[FRENCH VERSION] The goal of this school project was to conceptualize an algorithm to define one of the most optimal path (for delivery trucks). I mainly used Python and Jupyter Notebook. During this project, I improved my knowledge of advanced complexity. I evolved in a group of 3, which gave us the opportunity to improve our teamwork skills.

Language: Jupyter Notebook - Size: 1.89 MB - Last synced: 4 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

HonglingLei/Association-Rule-Mining

Association analysis including support, confidence, and lift between consumer goods

Language: Jupyter Notebook - Size: 3.76 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0