Skip to content
#

algorithm-optimization

Here are 23 public repositories matching this topic...

This repository provides an efficient JavaScript solution to the **Profit Targets** problem, a common coding challenge that involves finding distinct pairs in an array whose sums equal a given target. This solution leverages hash sets for constant-time lookups, ensuring scalability.

  • Updated Oct 28, 2024
  • JavaScript

Python project implementing Nearest Neighbor and Skyline Query Search algorithms with R-tree data structures for efficient spatial indexing. Part of COMP6210 group project at Macquarie University.

  • Updated Nov 10, 2024
  • Python

This project implements a specialized graph-based text analysis tool that creates paths between words and phrases based on their lengths. The algorithm can find word patterns in texts while handling inflected forms of words (particularly important for agglutinative languages like Hungarian).

  • Updated Feb 23, 2025
  • Python

Improve this page

Add a description, image, and links to the algorithm-optimization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the algorithm-optimization topic, visit your repo's landing page and select "manage topics."

Learn more