Data Structures And Algorithms using PHP
Description: Data Structures and Algorithms preparation for technical interview. Hence I am a php person, I had to recreate these classes using PHP to repeat CS topics., (*1)
Includes:
- Stack
- Queue
- Single Linked List
- Double Linked List
- BinarySearchTree
- Sorting Algorithms
- Bucket Sort
- Bubble Sort
- Selection Sort
- Shell Sort
- Insertion Sort
- Insertion Sort with Array
- Merge Sort
- Quick Sort
- Tests
- Other classes are not completed., (*2)
Other things to include:, (*3)
Installation
- Create a new directory.
- Copy these files into the new directory.
- composer install
Configuration
There is no configuration yet, (*4)
Usage
Study for your next big company interview., (*5)
How to test the software
just build/phpunit, (*6)
Known issues
No issues yet, (*7)
Getting help
This package can be used to intuitiveliy. But if you have questions you can ask me anything., (*8)
Example, (*9)
Feel free to mail mtkocak@gmail.com, (*10)
Getting involved
You can fork this packade., (*11)
I did not update CONTRIBUTING yet., (*12)
Open source licensing info
- TERMS
- LICENSE
- CFPB Source Code Policy
Credits and references
I already gave credits above but, you can check;, (*13)
1.PHP Psr-4 Template
2.Open Source Project Template, (*14)