A short example showing how to register a structure and get it to generate in all biomes in NeoForge, Forge, and Fabric! (check the branches)
-
Updated
Apr 12, 2025 - Java
A short example showing how to register a structure and get it to generate in all biomes in NeoForge, Forge, and Fabric! (check the branches)
Amazon Chennai Training on Java and OOPS
Aulas e exercícios da matéria: Introdução à Programação Orientada a Objetos I (INE5603)
The better terrain algorithm for javascript
Algorithms and data structures in Java! From University of Oviedo, Data structures & algorithms subject.
Data Structures and Algorithms (DSA) - Java Language Using Integrated Development Environments NetBeans
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.
Elimination-backoff stack is an unbounded lock-free LIFO linked list, that eliminates concurrent pairs of pushes and pops with exchanges.
CS146: Data Structures at SJSU (Algorithms By Robert Sedgewick et al)
Data Structures using Java
FIFO Read-write Lock blocks any new readers once a writer requests, thus preventing writer lock-out due to continual stream of readers.
Bitonic network is a balanced counting network that allows processes to decompose operations, like counting, and reduce memory contention.
Semaphore is a generalization of mutual exclusion locks. It allows at most N threads into critical section. Java has a built-in Semaphore.
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."