ta3113ta / golang-ds-algorithms

Implement data structure and algorithm with golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang Data Structures and Algorithms

Go Report Card Go Version

Implement data structure and algorithm with golang with example

Require Go version 1.18+

Use generic type for implement data structure and algorithm for more flexible and easy to use.

🧱 Data structures

⚙️ Algorithms

  • Round Robin
  • Rabin-Karp
  • Backtracking
  • Aho-Corasick
  • Sorting
    • Bubble Sort
    • Selection Sort
    • Insertion Sort
    • Merge Sort
    • Quick Sort
    • Pattern-defeating Quicksort (PDQ)
    • Counting Sort
    • Radix Sort
    • Bucket Sort
    • Heap Sort
    • Topological Sort
    • Bucket Sort
  • Searching
    • Linear Search
    • Binary Search
    • Interpolation Search
    • Jump Search
    • Exponential Search
    • Fibonacci Search
    • Ternary Search
    • Boyer-Moore Search

🤝 Contributing

I'm open to contributions & suggestions for improvements. Feel free to create a pull request or open an issue for any bugs.

  • Fork the project
  • Create your feature branch (git checkout -b feature/AmazingFeature)
  • Commit your changes (git commit -m 'Add some AmazingFeature')
  • Push to the branch (git push origin feature/AmazingFeature)
  • Fix open issues or request new features

About

Implement data structure and algorithm with golang


Languages

Language:Go 100.0%