A Java s-expression evaluator to express logic as part of data
A custom s-expression evaluator. Helps you to express logic in the configs and any other data that might have. - kannangce/j-s-exp... (more…)
Read more »
Java.util package provides a PriorityQueue class where an unbounded priority queue based on a priority heap. The elements of the priority queue are ordered according to their natural ordering, or by a Comparator provided at queue construction time, depend… Read more