Tutorials given as one of the TAs for the class "Algorithm Design and Analysis" at Nanjing University
-
Updated
Jul 11, 2019 - TeX
Tutorials given as one of the TAs for the class "Algorithm Design and Analysis" at Nanjing University
An algorithm that implements intelligence based on a Method pool (a collection containing multiple types of functions). 一种基于方法池(包含多种类型的函数的集合)实现智能的算法
My Solutions to basic Algorithms and Data Structures
Actively solving LeetCode problems to enhance algorithmic skills and DSA knowledge. Consistently improving problem-solving abilities and preparing for competitive programming and technical interviews.
Breadth First Search & Depth First Search graph algorithms
Gebze Technical University - Computer Engineering Assignments
This source code (in Python) is a preliminary implementation of my quadratic-time positive integer matrix multiplication.
Approximation Algorithm for the NP-Complete problem of finding a vertex cover of minimum weight in a graph with weighted vertices. Guarantees an answers at most 2 times the optimal minimum weighted vertex cover
Some collection of codes that are used in data mining and data science related fields, developed by me
Sequence Alignment (Needleman–Wunsch Algorithm using Dynamic Programming) for aligning sequences (words, sentences, DNA etc.)
implementation of algorithm design
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.
📐 A desktop application practice and powered by JavaFx. (Curriculum design for algorithm)
Approximation Algorithm for the NP-Complete problem of balancing job loads on machines. Does not guarantee an optimal solution, but instead, a solution is within a factor of 1.5 of the optimal solution
Greedy Algorithm to find the maximum number of mutually compatible jobs
This repository is for placing the solution content of the algorithm design class of Hakim Sabzevari University
"Algorithm Design" Course Material
A graphical programming tool built on Java
Algorithms Analysis + Code in Python
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."