ChildOfCode


Code, Maker, Robotic, Open Source. Knowledge Bases


Tag: Algorithm


  1. Java Script - Possible Combinations with satisfy condition

    Find the possible combinations and satisfy a condition a very long time never update this blog. last week start again to learning the CTF Jeopardy. Since CTF Jeopardy have many different category, is just like problem solving . so my wife give me a first CTF Jeopardy challenge . Find the Billing…

    JavaScript, Pure JavaScript, Algorithm, VanillaJS, Possible Combination, Mathematical

  2. Java Script - Find Transcription Factors Algorithm

    The Find Transcription Factors Algorithm in JavaScript In molecular biology, a transcription factor (or sequence-specific DNA-binding factor) is a protein that controls the rate of transcription of genetic information from DNA to messenger RNA, by binding to a specific DNA sequence . A, C, G, and T, representing the four nucleotide…

    JavaScript, Algorithm, Pure JavaScript, indexOf, RegExp

  3. Java Script - Luhn Algorithm

    The Luhn Algorithm in JavaScript Luhn algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers Most credit cards and many government identification numbers use the algorithm as a simple method of distinguishing valid numbers from mistyped or otherwise incorrect numbers.…

    JavaScript, Algorithm, Pure JavaScript