Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.63 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.63 KB

Polyglot Sorting Algorithms

License GitHub contributors Most Used Language Total Languages

This repository showcases sorting algorithms implemented in 100 different programming languages. Each language directory contains a basic sorting algorithm implementation to illustrate language-specific features and syntax.

Directory Structure

The repository is structured as follows:

  • A/: Algorithms implemented in languages starting with 'A'
  • B/: Algorithms implemented in languages starting with 'B'
  • ...
  • Z/: Algorithms implemented in languages starting with 'Z'

Purpose

The goal of this project is to explore and compare sorting algorithm implementations across a diverse set of programming languages, from mainstream languages to more exotic ones.

Contributing

Contributions are welcome! If you know a programming language that isn't covered yet or have suggestions for improvements, feel free to fork this repository, add your implementation, and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.