An open API service indexing awesome lists of open source software.

https://github.com/alokkusingh/javatest


https://github.com/alokkusingh/javatest

java random test

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# JavaTest [![setup automated](https://img.shields.io/badge/Gitpod-ready_to_code-blue?logo=gitpod)](https://gitpod.io/from-referrer/)

Start coding in a [ready-to-code development environment](https://www.gitpod.io):


Push

## The repository includes various test/experiments/practice done using Core Java.
#### To name the few:
###### *) Sorting - Quick Sort, Bubble Sort, Merge Sort
###### *) Binary Search, BST, Binary Tree Spiral traversal, Is BST
-> src/main/java/alok/test/algo/bst/BinaryTree.java
###### *) LRU Cache implementaion
###### *) Stock Buy Sell
###### *) Collable
###### *) Executors, ExecutorService, Thread
###### *) Bit operation
###### *) Comparable, Comparator
###### *) Collections
###### *) Lock, ReadWriteLock, ReentrantLock
###### *) Queue, Blocking Queue, Produce Consumer using BlockingQueue
###### *) Semaphore
###### *) CyclicBarrier, CountDownLatch
###### *) DOM
###### *) Volatile