{"id":24573871,"url":"https://github.com/rai-gaurav/data-structures-and-algorithms-perl","last_synced_at":"2025-04-23T10:25:39.079Z","repository":{"id":273924912,"uuid":"231648957","full_name":"rai-gaurav/Data-Structures-and-Algorithms-Perl","owner":"rai-gaurav","description":"Data structure and algorithms using Perl5","archived":false,"fork":false,"pushed_at":"2025-02-28T13:19:56.000Z","size":721,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T23:22:05.648Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","algorithms-perl","data-structures","perl","perl-scripts","perl5"],"latest_commit_sha":null,"homepage":"https://rai-gaurav.github.io/Data-Structures-and-Algorithms-Perl/","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rai-gaurav.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-03T19:08:39.000Z","updated_at":"2025-02-28T13:20:00.000Z","dependencies_parsed_at":"2025-01-23T19:37:57.470Z","dependency_job_id":"5c1309e3-dbce-4855-a805-b2b841ff9b45","html_url":"https://github.com/rai-gaurav/Data-Structures-and-Algorithms-Perl","commit_stats":null,"previous_names":["rai-gaurav/data-structures-and-algorithms-perl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rai-gaurav%2FData-Structures-and-Algorithms-Perl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rai-gaurav%2FData-Structures-and-Algorithms-Perl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rai-gaurav%2FData-Structures-and-Algorithms-Perl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rai-gaurav%2FData-Structures-and-Algorithms-Perl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rai-gaurav","download_url":"https://codeload.github.com/rai-gaurav/Data-Structures-and-Algorithms-Perl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250414241,"owners_count":21426551,"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","algorithms-and-data-structures","algorithms-perl","data-structures","perl","perl-scripts","perl5"],"created_at":"2025-01-23T20:22:35.357Z","updated_at":"2025-04-23T10:25:39.067Z","avatar_url":"https://github.com/rai-gaurav.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data-Structures-and-Algorithms-Perl\n\n### Data structure and algorithms using Perl.\n\n#### Tested on both Windows(Strawberry) and Linux platform.\n\n[![](https://github.com/rai-gaurav/Data-Structures-and-Algorithms-Perl/workflows/Linux_CI/badge.svg)](https://github.com/rai-gaurav/Data-Structures-and-Algorithms-Perl/actions)\n[![](https://github.com/rai-gaurav/Data-Structures-and-Algorithms-Perl/workflows/Mac_CI/badge.svg)](https://github.com/rai-gaurav/Data-Structures-and-Algorithms-Perl/actions)\n[![](https://github.com/rai-gaurav/Data-Structures-and-Algorithms-Perl/workflows/Windows_CI/badge.svg)](https://github.com/rai-gaurav/Data-Structures-and-Algorithms-Perl/actions) \u0026nbsp;\n\n![](https://img.shields.io/github/repo-size/rai-gaurav/Data-Structures-and-Algorithms-Perl.svg?label=Repo%20size\u0026style=flat)\n![](https://img.shields.io/coveralls/github/badges/shields.svg?style=flat)\n![](https://img.shields.io/github/license/rai-gaurav/Data-Structures-and-Algorithms-Perl) \u0026nbsp;\n\n[![Code Formatter: perltidy](https://img.shields.io/static/v1?label=code%20formatter\u0026message=perltidy\u0026color=blue\u0026style=flat)](https://github.com/perltidy/perltidy)\n[![Code Analysis: perlcritic](https://img.shields.io/static/v1?label=code%20analysis\u0026message=perlcritic\u0026color=blue\u0026style=flat)](https://github.com/Perl-Critic/Perl-Critic) \u0026nbsp;\n\n[![Tested on Perl - 5.30](https://img.shields.io/badge/Tested%20-Perl%205.30-blue.svg?logo=perl\u0026style=flat)](https://www.perl.org) \u0026nbsp;\n\n\nHopefully will work on older version too (as old as 5.10) and across diferent OSs without any issue as Perl put a lot focus on backward compatibility.\n\n\u003cb\u003e Inspiration\u003c/b\u003e - https://github.com/TheAlgorithms\n\n| Backtracking     | Status    |\n| ---------------- | --------- |\n| 8 Queens Problem |\n| Combinations     | Completed |\n| Permutations     | Completed |\n| Sudoku           |\n\n| Blockchain                | Status    |\n| ------------------------- | --------- |\n| chinese_remainder_theorem | Completed |\n\n| Client_Server         | Status    |\n| --------------------- | --------- |\n| Client Server example | Completed |\n\n| Compression     | Status |\n| --------------- | ------ |\n| Burrows Wheeler |\n| Huffman         |\n\n| Conversions        | Status    |\n| ------------------ | --------- |\n| Decimal -\u003e Binary  | Completed |\n| Binary -\u003e Decimal  | Completed |\n| Decimal -\u003e HexaDec | Completed |\n| HexaDec -\u003e Decimal | Completed |\n| Decimal -\u003e Octal   | Completed |\n| Octal -\u003e Decimal   | Completed |\n| Roman -\u003e Integer   | Completed |\n| Integer -\u003e Roman   | Completed |\n\n| Cryptography/Ciphers | Status    |\n| -------------------- | --------- |\n| Base16               | Completed |\n| Base32               | Completed |\n| Base64               | Completed |\n| Base85               | Completed |\n| Caesar Cipher        | Completed |\n| Hill Cipher          |\n| Morse Code           | Completed |\n| Playfair Cipher      |\n| RSA                  | Completed |\n| Vigenere Cipher      | Completed |\n\n| Data Structure                                                                              | Status    |\n| ------------------------------------------------------------------------------------------- | --------- |\n| Arrays                                                                                      | Completed |\n| Hashes                                                                                      | Completed |\n| Linked List                                                                                 |\n| \u003cul\u003e\u003cli\u003eQueue\u003c/li\u003e\u003c/ul\u003e\u003cul\u003e\u003cli\u003eCircular Queue\u003c/li\u003e\u003c/ul\u003e\u003cul\u003e\u003cli\u003eDouble Ended Queue\u003c/li\u003e\u003c/ul\u003e | Completed |\n| Stack                                                                                       | Completed |\n\n| Graph                  | Status    |\n| ---------------------- | --------- |\n| Bellman-Ford Algorithm |\n| Breadth First Search   | Completed |\n| Depth First Search     | Completed |\n| Dijkstra Algorithm     |\n\n| Recursion        | Status    |\n| ---------------- | --------- |\n| Fibonaaci Series | Completed |\n| Tower Of Hanoi   | Completed |\n\n| Searching            | Status    |\n| -------------------- | --------- |\n| Binary Search        | Completed |\n| Fibonaaci Search     | Completed |\n| Exponential Search   | Completed |\n| Interpolation Search | Completed |\n| Jump Search          | Completed |\n| Linear Search        | Completed |\n| Ternary Search       | Completed |\n\n| Sorting        | Status    |\n| -------------- | --------- |\n| Bitonic Sort   | Completed |\n| Bubble Sort    | Completed |\n| Bucket Sort    | Completed |\n| Comb Sort      | Completed |\n| Counting Sort  | Completed |\n| Heap Sort      | Completed |\n| Insertion Sort | Completed |\n| Merge Sort     | Completed |\n| Quick Sort     | Completed |\n| Radix Sort     | Completed |\n| Selection Sort | Completed |\n| Shell Sort     | Completed |\n\n| Tree               | Status |\n| ------------------ | ------ |\n| AVL Tree           |\n| Binary Search Tree |\n| Heap               |\n| Red Black Tree     |\n| Spanning Tree      |\n\n| Project Euler | Status    |\n| ------------- | --------- |\n| Problem 1     | Completed |\n| Problem 2     | Completed |\n| Problem 3     | Completed |\n| Problem 4     | Completed |\n| Problem 5     | Completed |\n| Problem 6     | Completed |\n| Problem 7     | Completed |\n| Problem 8     | Completed |\n\n| Web Programming                                                                                                         | Status    |\n| ----------------------------------------------------------------------------------------------------------------------- | --------- |\n| Catalyst                                                                                                                |\n| Dancer2                                                                                                                 |\n| Mojolicious                                                                                                             |\n| Web Crawling \u003cul\u003e\u003cli\u003eGoogle Scholar\u003c/li\u003e\u003c/ul\u003e\u003cul\u003e\u003cli\u003eCrawl Google Results LWP\u003c/li\u003e\u003c/ul\u003e\u003cul\u003e\u003cli\u003eCrawl Google Results Mojo\u003c/li\u003e\u003c/ul\u003e\u003cul\u003e\u003cli\u003eStock Price LWP\u003c/li\u003e\u003c/ul\u003e\u003cul\u003e\u003cli\u003eStock Price Mechanize\u003c/li\u003e\u003c/ul\u003e\u003cul\u003e\u003cli\u003eStock Price Mojo\u003c/li\u003e\u003c/ul\u003e | Completed |\n| Currency Converter \u003cul\u003e\u003cli\u003eLWP::UserAgent\u003c/li\u003e\u003c/ul\u003e\u003cul\u003e\u003cli\u003eMojo::UserAgent\u003c/li\u003e\u003c/ul\u003e                                    | Completed |\n| Weather \u003cul\u003e\u003cli\u003eLWP::UserAgent\u003c/li\u003e\u003c/ul\u003e\u003cul\u003e\u003cli\u003eMojo::UserAgent\u003c/li\u003e\u003c/ul\u003e                                               | Completed |\n| reCAPTCHA v2 | Completed |\n| reCAPTCHA v3 | Completed |\n| IMDB top movies | Completed |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frai-gaurav%2Fdata-structures-and-algorithms-perl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frai-gaurav%2Fdata-structures-and-algorithms-perl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frai-gaurav%2Fdata-structures-and-algorithms-perl/lists"}