HKU-TDLEG

Menu

  • Home
  • Clojure Heap
  • Data Processing Domain-Specific Language in Clojure
  • Delta Hedging With Clojure Backtesting Library
  • Development of Heap Structure for Data Storage and Output in Clojure
  • Exploring the Signaling Effect of Equity Offering in Venture Capital Investment
  • HKU-TDLEG Website Development
  • WeJure: A Decentralized Social Network on the Blockchain

Development of Heap Structure for Data Storage and Output in Clojure

Contributor

ZHU Jiarui

Description

Heap is a kind of efficient data storage structure, especially in the representation of priority queues. So it is a good choice for data logging, sorting and output.

Existing implementations are mostly based on index operations in vectors, rather than the real tree structure. This kind of structure cannot meet the requirements for efficient computing.

In this case, we need a maximum/minimum heap implementation scheme that is more in line with the characteristics of the heap.

Blog posts (reflective journals)

  • Clojure Methods for OOP Development

Details

  • Poster
  • Virtual poster presentation (video)
  • Research proposal
  • Research report
  • GitHub repository

Copyright © 2022 HKU-TDLEG

Powered by Cryogen