Profile
Achievement
trusktr's Recent SnippetsTagged php
- All /
« Prev 1 Next »
A php program to check whether two simple connected graphs are isomorphic.
0
735
posted 13 years ago by trusktr
A recursive function to permute the items of an array. The function returns an array that contains many arrays, where each array is a permutation of the original array. This process can get intensive depending on how many items are in the initial arr...
0
749
posted 13 years ago by trusktr
Place this at the top of your php files. This will remove white space and formatting from HTML, making it smaller and faster for download by your users.
0
797
posted 13 years ago by trusktr