https://github.com/alokkusingh/javatest
https://github.com/alokkusingh/javatest
java random test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alokkusingh/javatest
- Owner: alokkusingh
- Created: 2018-01-08T08:53:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-25T03:54:06.000Z (over 1 year ago)
- Last Synced: 2025-04-23T12:19:18.406Z (2 months ago)
- Topics: java, random, test
- Language: Java
- Size: 350 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaTest [](https://gitpod.io/from-referrer/)
Start coding in a [ready-to-code development environment](https://www.gitpod.io):
## 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