Amazon Chennai Training on Java and OOPS
-
Updated
Jan 4, 2020 - Java
Amazon Chennai Training on Java and OOPS
Algorithms and data structures in Java! From University of Oviedo, Data structures & algorithms subject.
Aulas e exercícios da matéria: Introdução à Programação Orientada a Objetos I (INE5603)
Several utilities and common algorithms used in my remaining projects and libraries. It includes Basic Linear Algebra (bla) library, which provides multiple Vector and Matrix operations. A simple JSON parser, several structures and generic utilities.
Data Structures and Algorithms (DSA) - Java Language Using Integrated Development Environments NetBeans
Bitonic network is a balanced counting network that allows processes to decompose operations, like counting, and reduce memory contention.
Data Structures Implementations in Java
Some java structures classes that can help you with some problems
Backoff stack is an unbounded lock-free LIFO linked list, where pushes and pops synchronize at a single location.
Elimination-backoff stack is an unbounded lock-free LIFO linked list, that eliminates concurrent pairs of pushes and pops with exchanges.
Coarse Set is a collection of unique elements maintained as a linked list. It uses a coarse grained lock, and useful when contention is low.
Semaphore is a generalization of mutual exclusion locks. It allows at most N threads into critical section. Java has a built-in Semaphore.
willyOS for java developers
k-compare single-swap (KCSS) is an extension of CAS that enables atomically checking multiple addresses before making an update.
A savings account is used to store salary/savings in a bank. This is a concurrent object (RAM) based account. For educational purposes only.
Add a description, image, and links to the structures topic page so that developers can more easily learn about it.
To associate your repository with the structures topic, visit your repo's landing page and select "manage topics."