An algorithm that implements intelligence based on a Method pool (a collection containing multiple types of functions). 一种基于方法池(包含多种类型的函数的集合)实现智能的算法
-
Updated
Jul 14, 2025 - Python
An algorithm that implements intelligence based on a Method pool (a collection containing multiple types of functions). 一种基于方法池(包含多种类型的函数的集合)实现智能的算法
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.
This source code (in Python) is a preliminary implementation of my quadratic-time positive integer matrix multiplication.
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
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.
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.
📉Page Rank Algorithm📈
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
Algorithm Design - Fall 2019
A machine learning engine that helps you to find a suitable Designing Agency 🚀
Coé - Compressão, Descompressão e Diff, 2020
Weekly Kattis exercises, implementing various algorithms introduced in the course on Algorithm Design.
A university project in which an antivirus program is designed using string matching
Projects built during my progress in the Scientific Computing with Python course with freeCodeCamp
Create an agent capable of finding its way in a maze.
Connect Four game using Negamax algorithm
Designed and implemented a Python-based library for core data structures, including Stack, Queue, Linked List, Graph, and Binary Search Tree. Demonstrated proficiency in data structure algorithms, object-oriented programming, and efficient traversal techniques. Integrated unit testing to ensure reliability and modular design for reusability.
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.
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."