mtkocak/algorithms

Midori PHP Algorithms and Data Structures

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 15

Watchers: 1

Forks: 5

Language:HTML

dev-master 2015-07-02 13:26 UTC

This package is not auto-updated.

Last update: 2024-04-17 16:24:35 UTC


README

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.

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.

Other things to include:

Installation

  1. Create a new directory.
  2. Copy these files into the new directory.
  3. composer install

Configuration

There is no configuration yet

Usage

Study for your next big company interview.

How to test the software

just build/phpunit

Known issues

No issues yet

Getting help

This package can be used to intuitiveliy. But if you have questions you can ask me anything.

Example

Feel free to mail mtkocak@gmail.com

Getting involved

You can fork this packade.

I did not update CONTRIBUTING yet.

Open source licensing info

  1. TERMS
  2. LICENSE
  3. CFPB Source Code Policy

Credits and references

I already gave credits above but, you can check;

1.PHP Psr-4 Template 2.Open Source Project Template