This website requires JavaScript.
Explore
Help
Register
Sign In
dvereb
/
Dual-Lookup
Watch
1
Star
0
Fork
0
You've already forked Dual-Lookup
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2
Commits
1
Branch
0
Tags
125
KiB
C++
100%
757f877a5b
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
David Vereb
757f877a5b
Added the ability to force which value is returned. If you're unsure whether you're passing VALUE or its EQUIVALENT to the function, you can force OPPOSITE, VALUE, or EQUIVALENT as a return value.
2017-11-10 14:57:31 -05:00
.gitignore
Initial Commit. Needs refactored to run tests in parallel. Needs to avoid copying objects into both unordered_maps and reference them instead.
2017-11-08 16:37:37 -05:00
catch.hpp
Initial Commit. Needs refactored to run tests in parallel. Needs to avoid copying objects into both unordered_maps and reference them instead.
2017-11-08 16:37:37 -05:00
DualLookup.h
Added the ability to force which value is returned. If you're unsure whether you're passing VALUE or its EQUIVALENT to the function, you can force OPPOSITE, VALUE, or EQUIVALENT as a return value.
2017-11-10 14:57:31 -05:00
main.cpp
Added the ability to force which value is returned. If you're unsure whether you're passing VALUE or its EQUIVALENT to the function, you can force OPPOSITE, VALUE, or EQUIVALENT as a return value.
2017-11-10 14:57:31 -05:00
Makefile
Initial Commit. Needs refactored to run tests in parallel. Needs to avoid copying objects into both unordered_maps and reference them instead.
2017-11-08 16:37:37 -05:00
tests-main.cpp
Initial Commit. Needs refactored to run tests in parallel. Needs to avoid copying objects into both unordered_maps and reference them instead.
2017-11-08 16:37:37 -05:00