{"id":23137890,"url":"https://github.com/mertturkmenoglu/sorting-visualization","last_synced_at":"2025-05-07T16:12:09.493Z","repository":{"id":185155378,"uuid":"234299397","full_name":"mertturkmenoglu/sorting-visualization","owner":"mertturkmenoglu","description":"Sorting algorithms visualization using p5.js","archived":false,"fork":false,"pushed_at":"2023-12-24T03:44:24.000Z","size":1194,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-17T13:09:09.133Z","etag":null,"topics":["algorithms","animation","javascript","mergesort","p5","p5js","p5js-animation","quicksort","sorting-algorithms","visualization"],"latest_commit_sha":null,"homepage":"https://mertturkmenoglu.github.io/sorting-visualization/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mertturkmenoglu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-01-16T10:53:45.000Z","updated_at":"2024-10-06T05:52:12.000Z","dependencies_parsed_at":"2023-07-31T22:51:27.095Z","dependency_job_id":null,"html_url":"https://github.com/mertturkmenoglu/sorting-visualization","commit_stats":null,"previous_names":["mertturkmenoglu/sorting-visualization"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mertturkmenoglu%2Fsorting-visualization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mertturkmenoglu%2Fsorting-visualization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mertturkmenoglu%2Fsorting-visualization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mertturkmenoglu%2Fsorting-visualization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mertturkmenoglu","download_url":"https://codeload.github.com/mertturkmenoglu/sorting-visualization/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238012465,"owners_count":19401831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","animation","javascript","mergesort","p5","p5js","p5js-animation","quicksort","sorting-algorithms","visualization"],"created_at":"2024-12-17T13:09:13.102Z","updated_at":"2025-02-09T20:22:04.028Z","avatar_url":"https://github.com/mertturkmenoglu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sorting Visualization\n![GitHub](https://img.shields.io/github/license/mertturkmenoglu/sorting-visualization) ![GitHub followers](https://img.shields.io/github/followers/mertturkmenoglu.svg?style=social)\n***\n\u003cimg src=\"assets/example.gif\" alt=\"Example\" width=\"640\" height=\"284\" /\u003e\n  \n# Table of Contents\n* [Description](#Description)\n* [Prerequisites](#Prerequisites)\n* [Installing the project](#installing-the-project)\n* [Using](#Using)\n* [Features](#Features)\n* [Contributing](#Contributing)\n* [Authors](#Authors)\n* [Contact](#Contact)\n* [License](#License)\n# Description\n* Sorting algorithms visualization using **p5.js**\n* Official **p5.js** website: https://p5js.org/\n* See the LICENSE file for details.\n# Prerequisites\nEnsure you have met the following requirements:\n* You have a modern web browser that can render `HTML5 canvas`.\n* You have installed **p5.js** libraries.\n* You have installed `npm` package manager or `python 3.x` on your machine.\n# Installing the project\n* **Clone** or **download as ZIP** this repository.\n* Open repository folder.\n* If you use `npm`, follow these steps:\n    * Install `http-server` module globally on your machine via this command:  \n    ```\n    npm install http-server -g\n    ```\n    * Run the module:  \n    ```\n     http-server ./ -p 1337\n    ```\n    * Open \u003ca\u003ehttp://localhost:1337/\u003c/a\u003e in a web browser.\n* If you use `Python`, follow these steps:\n    * Run this Python command:  \n    ```python\n    python -m http.server 1337\n    ```\n    * Open \u003ca\u003ehttp://localhost:1337/\u003c/a\u003e in a web browser.\n# Using\n* You can select your algorithm from top left corner.\n* Then, select your element number.\n* You can create different type of arrays from top right corner.\n* When you are ready, click to `start` button.\n# Features\n* Current algorithms:\n    * Bubble Sort\n    * Quick Sort\n    * Merge Sort\n    * Insertion Sort\n    * Selection Sort\n    * Heap Sort\n    * Tim Sort\n    * Radix Sort\n    * Shell Sort\n    * Cycle Sort\n    * Odd Even Sort\n* You can see these algorithms run on different size of arrays(from 8 to 512).\n* You can generate different type of arrays:\n    * Random elements(floating numbers).\n    * Ordered(sorted) integer numbers.\n    * Shuffle current array.\n    * Reversed sorted integer numbers\n# Contributing\n1. Fork and clone the repository.\n2. Create a branch: `git checkout -b \u003cbranch_name\u003e`\n3. Make your contribution and commit: `git commit -m'\u003ccommit_message\u003e'`\n4. Push it to GitHub: `git push origin \u003cproject\u003e/\u003clocation\u003e`\n5. Create a pull request (See this page if you need help: [GitHub Pull Request Help](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests))\n  \nAll ideas and helps are welcome. For more, please contact with me.\n# Authors\n* Mert Türkmenoğlu\n# Contact\n* [@mertturkmenoglu](https://github.com/mertturkmenoglu) on **GitHub**\n* [@mert-turkmenoglu](https://www.linkedin.com/in/mert-turkmenoglu/) on **LinkedIn**\n* [@mertturkmenoglu](https://medium.com/@mertturkmenoglu) on **Medium**\n* [@capreaee](https://twitter.com/capreaee) on **Twitter**\n# License\n* This project uses the following license: [MIT](https://opensource.org/licenses/MIT)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmertturkmenoglu%2Fsorting-visualization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmertturkmenoglu%2Fsorting-visualization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmertturkmenoglu%2Fsorting-visualization/lists"}