An algorithm that implements intelligence based on a functional set (a collection containing multiple types of functions). 一种基于功能集(包���多种类型的函数的集合)实现智能的算法
-
Updated
Apr 25, 2025 - Python
An algorithm that implements intelligence based on a functional set (a collection containing multiple types of functions). 一种基于功能集(包���多种类型的函数的集合)实现智能的算法
This source code (in Python) is a preliminary implementation of my quadratic-time positive integer matrix multiplication.
Python number guessing game: Computer picks a random number, user tries to guess it. Computer gives hints (too high/low). Repeat until correct. Add difficulty levels, limited tries, or scoring for more challenge.
Multi-pronged, multi-stage analysis of a 3.5M-sentences science fiction corpus using optimized NLP, with NER techniques, LDA modeling and LLM integration. After final commit, will be able to run a main file to generate a visualization of results on-demand. Modularized and documented code that can easily be reused/refitted for other kinds of corpii.
Algorithms Analysis + Code in Python
The "Terminal Based Maze Solver" project is a Python implementation featuring a maze generator and a depth-first search algorithm to find a solvable path from the starting to the ending point in a randomly generated maze. The program provides a user-friendly console interface for interaction and exploration of maze solutions.
A program that checkes if the given graph is Unilaterly connected or not and then show is with Tkinther and networkx GUI. This is a project for Algorithm design course at my fourth semester studying computer engineering.
This repository stores the code designed to realize some algorithms of machine learning, deep learning and natural language processing
Some things that you need to learn
📉Page Rank Algorithm📈
Algorithm Design - Fall 2019
A machine learning engine that helps you to find a suitable Designing Agency 🚀
A university project in which an antivirus program is designed using string matching
Coé - Compressão, Descompressão e Diff, 2020
Weekly Kattis exercises, implementing various algorithms introduced in the course on Algorithm Design.
Create an agent capable of finding its way in a maze.
Connect Four game using Negamax algorithm
The School Database System is a simple command-line application for managing student and lesson information. It allows you to add, update, delete, and view student and lesson records in a SQLite database.
This repository contains an advanced Ant Colony Simulation that demonstrates emergent behavior through pheromone-based pathfinding and collective food gathering.
Python solution for the N-Queens problem, implementing an approach I call 'Filters.' Submitted on LeetCode.
Add a description, image, and links to the algorithm-design topic page so that developers can more easily learn about it.
To associate your repository with the algorithm-design topic, visit your repo's landing page and select "manage topics."