Software engineer & co-founder
-
Disco | Codedoor
- Canada
- https://www.linkedin.com/in/tony-h-meyer/
- @tonyhmeyer
Block or Report
Block or report thm-design
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
/*2Merge Sort3*/45const mergeSort = (nums) => {
-
1
/*2Bubble sort works by comparing two adjacent numbers next to each other and then3swapping their places if the smaller index's value is larger than the larger4index's. Continue looping through until all values are in ascending order5*/ -
1
/*2Insertion sort3The idea here is that the beginning of your list is sorted and the everything else is assumed to be an unsorted mess.4The outer loop goes over the whole list, the index of which signifies where the "sorted" part of the list is. The inner5loop goes over the sorted part of the list and inserts it into the correct position in the array. -
1
/*2Make a function that computes a factorial recursively.3A factorial is when you take a number n and multiply by each preceding integer until you hit one.4n * (n-1) * (n-2) ... * 3 * 2 * 15 -
-
599 contributions in the last year
Activity overview
Contributed to
dappuniversity/blockchain_game,
thm-design/candy-machine-v2-with-marketplace,
thm-design/token
and 14 other
repositories
Contribution activity
May 2022
Created 1 repository
- thm-design/candy-machine-v2-with-marketplace TypeScript
27
contributions
in private repositories
May 3 – May 27
