/java-algorithms-playground

A collection of algorithms and data structures.

Primary LanguageJavaApache License 2.0Apache-2.0

java-algorithms-playground


License Stars Last Commit

Java-Algorithms-Playground is a collection of Data-Structure and Algorithms implementation in Java. These are accumulations of my daily learning in fact.

Features

  • Basic Sort-Algorithms Implementation
    • Exchange Sort
      • Bubble Sort
      • Quick Sort
    • Insertion Sort
      • Insert Sort
      • Shell Sort
    • Selection Sort
      • Heap Sort
      • Select Sort
    • Merge Sort
  • 📚 LeetCode Problems
    • array
    • list
    • string
    • tree
    • dp
    • sliding window
  • ⚡️ Data Structure
    • Bitmap
    • Binary-Tree
  • Search
    • Binary Search
  • 🚥 Recursion

License

Copyright 2022 duweiwang. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.