arvin2000dev
Arvin Atri QA Engineer 📚 Studying at Azad University
Saina Pardazesh Gostaresh SharghIran, Khorasan Razavi, Neyshabur
Pinned Repositories
algorithm-php
🍭🍭uniting the internal work in a way that is in PHP
arvin2000dev
Config files for my GitHub profile.
arvin2000dev.github.io
Troll project, will probably change it to something proper
black-hole-event-horizon-calculator
Estimate the distance needed to evade a black hole's event horizon based on mass, using PHP.
context-free-grammar
This simple script implements a utility to analyze Context-Free Grammars (CFGs) and compute their First and Follow sets
dijkstra-shortest-path-finder
An implementation of Dijkstra's algorithm in PHP, allowing users to find the shortest path from a specified start node to all other nodes in a graph.
FloydWarshall
Floyd Warshall transitive closure with static matrix
n-array-summation
Summation of n digit arrays as json
n-queen-backtracking
Solving n-queen problem using backtracking
php-graph-coloring
This PHP script demonstrates a graph coloring algorithm that assigns colors to vertices of a graph in a way that no adjacent vertices have the same color. It uses a backtracking approach to solve the graph coloring problem.
arvin2000dev's Repositories
arvin2000dev/black-hole-event-horizon-calculator
Estimate the distance needed to evade a black hole's event horizon based on mass, using PHP.
arvin2000dev/algorithm-php
🍭🍭uniting the internal work in a way that is in PHP
arvin2000dev/arvin2000dev
Config files for my GitHub profile.
arvin2000dev/arvin2000dev.github.io
Troll project, will probably change it to something proper
arvin2000dev/context-free-grammar
This simple script implements a utility to analyze Context-Free Grammars (CFGs) and compute their First and Follow sets
arvin2000dev/dijkstra-shortest-path-finder
An implementation of Dijkstra's algorithm in PHP, allowing users to find the shortest path from a specified start node to all other nodes in a graph.
arvin2000dev/FloydWarshall
Floyd Warshall transitive closure with static matrix
arvin2000dev/n-array-summation
Summation of n digit arrays as json
arvin2000dev/n-queen-backtracking
Solving n-queen problem using backtracking
arvin2000dev/php-graph-coloring
This PHP script demonstrates a graph coloring algorithm that assigns colors to vertices of a graph in a way that no adjacent vertices have the same color. It uses a backtracking approach to solve the graph coloring problem.
arvin2000dev/sum-of-subsets
This PHP script calculates all possible combinations of numbers from a given array that add up to a specific target number. It uses a recursive function to find these combinations and stores them in a result array. The numbers in the array are sorted in ascending order before the combinations are calculated.