Skip to content
@Algorithmic-Solutions

Algorithmic Solutions

Implementation and review of efficient algorithms

This organization serves as a showcase for your individual exploration and implementation of various algorithms and data structures.

A Passion Project for Algorithmic Efficiency:

Welcome! This organization serves as a platform for my individual exploration and practical implementation of various algorithms and data structures.
Here, you'll discover a curated collection of solutions for diverse algorithmic challenges. These solutions are built upon the foundational knowledge explored in the dedicated learning repository: Algorithms Data Structures.

Explore Efficient Solutions:

  • A Toolbox of Algorithms: Dive into a collection of practical solutions for sorting, searching, string manipulation, graph algorithms, dynamic programming, and more. Each one comes with a breakdown of its time and space complexity, so you know exactly what you're getting.
  • Projects Galore: Witness these algorithms in action through a variety of projects I've been working on. See how they can be applied to tackle real-world problems and get a feel for their practical impact.
  • Continuous Learning & Sharing: This is an ongoing exploration for me. As I learn new algorithms and build more projects, I'll keep adding them here, expanding the knowledge base for all of us!

Let's Get Coding!

  • Deep Dive: Feel free to explore the different projects within this organization and see how I've implemented these algorithms. You might even learn a trick or two!
  • Level Up Your Problem-Solving: By analyzing the code and understanding how these algorithms tackle specific problems, you'll gain valuable experience for your own coding endeavors.
  • Collaboration is Key (Optional): If you have any cool algorithm ideas or project suggestions, hit me up! Let's brainstorm and build something awesome together.

Let's embark on this journey of advancing algorithmic solutions together!

List Algorithms :

String Manipulation and Algorithms



Design Pattern

Project:


Popular repositories

  1. .github .github Public

  2. Z-Algorithm Z-Algorithm Public

    This repository explores the Z-algorithm, a linear-time string searching algorithm. We implement the Z-algorithm for practical applications in text summarization and text search with highlighting.

    TypeScript

  3. Manachers-Algorithm Manachers-Algorithm Public

    This repository explores the Manachers Algorithm, a powerful tool for finding palindromes in strings. Two projects showcase its applications: an interactive game to test your palindrome skills and …

    TypeScript

  4. SelectionSort-Algorithm SelectionSort-Algorithm Public

    This repository visualizes Selection Sort, an algorithm that sorts numbers. It iterates through an array, finding the smallest unsorted element and swapping it with the first unsorted position. Thi…

    HTML

  5. sort-algorithms sort-algorithms Public

    This repository implements various sorting algorithms .

    TypeScript

Repositories

Showing 5 of 5 repositories
  • .github Public
    0 MIT 0 0 0 Updated May 4, 2024
  • sort-algorithms Public

    This repository implements various sorting algorithms .

    TypeScript 0 MIT 0 0 0 Updated May 4, 2024
  • SelectionSort-Algorithm Public

    This repository visualizes Selection Sort, an algorithm that sorts numbers. It iterates through an array, finding the smallest unsorted element and swapping it with the first unsorted position. This repeats until the array is sorted.

    HTML 0 0 0 0 Updated May 3, 2024
  • Manachers-Algorithm Public

    This repository explores the Manachers Algorithm, a powerful tool for finding palindromes in strings. Two projects showcase its applications: an interactive game to test your palindrome skills and a professional-grade palindrome finder for text analysis. Both leverage Manachers Algorithm for efficient palindrome detection.

    TypeScript 0 MIT 0 0 0 Updated May 1, 2024
  • Z-Algorithm Public

    This repository explores the Z-algorithm, a linear-time string searching algorithm. We implement the Z-algorithm for practical applications in text summarization and text search with highlighting.

    TypeScript 0 MIT 0 0 0 Updated Apr 30, 2024

Top languages

Loading…

Most used topics

Loading…