leo/examples/hackers-delight
Collin Chin d44457fc32
[Feature] Implement leo execute (#2491)
* bump snarkvm rev

* update default gitignore

* impl leo execute

* bump snarkvm 0.14.5

* modify examples wip

* update run.sh examples

* impl env file

* clippy warning

* fix auction example

* fix auction example env

* generate new private key for new env - tests failing due to env not found err

* commit error changes

* Fix tests; clippy

* Get examples working

* leo build checks that build dir is well formed; clippy

* Clean up

* Update examples/README.md

Co-authored-by: d0cd <pranavsaig@gmail.com>
Signed-off-by: Collin Chin <16715212+collinc97@users.noreply.github.com>

* do not commit .avm files

* use snarkvm commands

---------

Signed-off-by: Collin Chin <16715212+collinc97@users.noreply.github.com>
Co-authored-by: Pranav Gaddamadugu <pranav@aleo.org>
Co-authored-by: d0cd <pranavsaig@gmail.com>
2023-07-19 18:04:09 -07:00
..
ntzdebruijn [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
ntzgaudet [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
ntzloops [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
ntzmasks [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
ntzreisers [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
ntzseals [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
ntzsearchtree [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
ntzsmallvals [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
README.md Reorganize hackers delight examples 2022-09-13 17:22:01 +02:00

Hacker's Delight

This directory contains a number of algorithms for counting trailing zeros as described in "Hacker's Delight, 2nd edition" by Henry S. Warren.