From 467ccb4081c1752d9254fa578a86f4ba7146b442 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Tue, 13 Jul 2021 19:24:17 -0400 Subject: [PATCH] Updated todo --- todo.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/todo.txt b/todo.txt index ac7dec1..c9bca7c 100644 --- a/todo.txt +++ b/todo.txt @@ -1,3 +1,2 @@ -Create isPrime function -Check if generators exist/are efficient in typescript - If so create fibonacci and prime generators and update getPrime, getNumPrime, getFib, getAllFib \ No newline at end of file +Create a Fibonacci number generator and see if it is efficient +See if you can create a single function for functions using the number | bigint operator \ No newline at end of file