Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite qm.js #11

Open
LarryBattle opened this issue Feb 16, 2014 · 1 comment
Open

Rewrite qm.js #11

LarryBattle opened this issue Feb 16, 2014 · 1 comment
Labels

Comments

@LarryBattle
Copy link
Owner

Redesign the api for qm.js

@LarryBattle
Copy link
Owner Author

Take this into consideration during the rewrite.

var steps = [
    "checkInputThenStart",
    "convertLeastPIToAlgebra",
];
var validator = [
    "isObjInRightFormat",
]
var stepDetails = [
    "getGroupedMTFromNumArr",
    "getGroupedMintermsFromBinStrArr",
    "getIndexOfPIWithMaxLenInMidTerm",
    "getLeastPI",
    "getLeastPrimeImplicantsByGraph",
    "getMTWithPIMatchAndAddPILenToPI",
    "getMatchLenAfterAppendPIToMT",
    "getPrimeImplicantsFromMinterms",
    "markPIsMTsAsProcessed",
];
var strings = [
    "getBinStrFromNumArr",
    "getBinaryStrFromDecimal",
    "getCharIndexesFromSimStrs",
    "getNumArrFromBinStrArr",
    "getObjFromStrSplit",
    "getOne1DiffFrom2BinStrCompare",
    "getStrCopy",
    "replaceCharAtIndex"
    "indexesOfStr",
];
var arrayFuncs = [
    "getUniqueNumArr",
    "getUniqueSortedNumArr",
    "getUniqueSortedNumStr",
    "isArray",
    "insertionSort",
]
var booleanAlgebra =
    "foilArray"
];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant