Skip to content

margori/merge-sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

merge-sorting

This repo contains several implementation of merge sorting algorithm

Python version

Python2 is obsolete. Use Python3.

$ python3 python/main.py

PHP version

$ php php/index.php

nodejs version

$ node nodejs/index.js

java version

$ java java/main.java

golang version

$ go run ./golang/

ruby version

$ ruby ruby/main.rb

rust version

$ cd rust
$ cargo run

C++ version

$ cd cpp
$ g++ main.cpp -o main
$ ./main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages