Skip to content

It's all about learning algorithms in js & php language.

Notifications You must be signed in to change notification settings

saifurrahman1193/js_php_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms in JS, PHP & PYTHON

To learn and practise most common algorithms like sorting, searching, hashing etc in JavaScript and PHP programming languages.

Requirement

node install

To run a file in command line only use this command

JS

node .\js\algorithms\Sort\mergesort.js
node .\js\algorithms\Search\binary_search.js
node js/algorithms/LinkedList/index.js

PHP


Algorithms

Sort

  • Merge Sort - O(n log n)

Search

  • Binary Search - O(log n)

Topics

  1. Summation of n numbers - O(3)

python

how to run

 Use "Shift + Enter " to run a cell, the output will be shown in the interactive window

About

It's all about learning algorithms in js & php language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published