rzmk
|
b35539051b
|
feat: add two-sum (PoC)
|
2024-03-18 16:55:57 -04:00 |
|
rzmk
|
b46a066dfc
|
feat: add is_anagram to dsa
|
2024-03-05 15:55:21 -05:00 |
|
rzmk
|
1f32820941
|
docs: change lz link in README to docs page
|
2024-03-04 18:02:05 -05:00 |
|
rzmk
|
3c5fb9b7fd
|
docs: update comment regarding commenting dep import
|
2024-03-04 17:49:38 -05:00 |
|
rzmk
|
831c575f14
|
fix: use github dep as default for rust notebook
|
2024-03-04 17:48:09 -05:00 |
|
rzmk
|
6a3f4cc7e4
|
feat: add dsa, update get_multiples_in_range, add rust notebook
|
2024-03-04 17:44:04 -05:00 |
|
rzmk
|
f135bad4ad
|
fix(lz): command-specific outputs using {} instead of []
|
2024-01-01 23:32:41 -05:00 |
|
Mueez Khan
|
8bb474f207
|
docs: include demos from assets, add lz demo GIF
|
2024-01-01 23:20:40 -05:00 |
|
rzmk
|
47ee3c8e23
|
feat: add lz CLI and use cargo workspace
|
2024-01-01 23:14:03 -05:00 |
|
rzmk
|
3feb126908
|
chore: remove unit convention, refer by subject
|
2023-10-22 07:55:33 -04:00 |
|
rzmk
|
18d14f145d
|
chore: update function purpose text literals
|
2023-10-15 19:20:35 -04:00 |
|
rzmk
|
065c233986
|
fix: use end variable instead of n for get_primes_in_range
|
2023-10-11 18:02:13 -04:00 |
|
rzmk
|
2ec77987ef
|
feat: add get_primes_in_range & get_prime_factorization with tests to crate
|
2023-10-11 16:11:59 -04:00 |
|
rzmk
|
8c2cb91093
|
fix: rename variables for get_primes_in_range
|
2023-10-11 15:38:42 -04:00 |
|
rzmk
|
466af4ca4c
|
feat: add get_primes_in_range & get_prime_factorization to pre-algebra notebook
|
2023-10-11 08:20:44 -04:00 |
|
rzmk
|
74397be1ae
|
docs: add demo output image to README.md
|
2023-10-04 14:09:12 -04:00 |
|
rzmk
|
1ea4dd9ee0
|
docs: add crate demo image to README.md
|
2023-10-04 14:02:54 -04:00 |
|
rzmk
|
fc5a91c9a2
|
docs: simplify diction in README.md
|
2023-09-23 23:11:18 -04:00 |
|
rzmk
|
1ad53495e8
|
feat: add is_composite
|
2023-09-22 11:02:50 -04:00 |
|
rzmk
|
d2dc769864
|
fix: remove incorrect comment about no multiples
|
2023-09-22 10:45:52 -04:00 |
|
rzmk
|
22af707465
|
feat: add test for is_prime
|
2023-09-22 10:45:07 -04:00 |
|
rzmk
|
325e5087b8
|
feat: add is_prime
|
2023-09-22 10:40:04 -04:00 |
|
rzmk
|
6bbf891052
|
feat: use add method for get_multiples_in_range, simplify docs + no fn main
|
2023-09-22 10:16:17 -04:00 |
|
rzmk
|
03c12af93f
|
docs: simplify README.md
|
2023-09-21 17:31:24 -04:00 |
|
rzmk
|
4c731f25a0
|
docs: remove affirmation from README.md
|
2023-09-21 17:21:56 -04:00 |
|
rzmk
|
857f1b03b9
|
docs: include subject description under Subjects in crate home page
|
2023-09-21 17:06:31 -04:00 |
|
rzmk
|
515b174dd3
|
fix: remove src/main.rs example
|
2023-09-21 16:59:40 -04:00 |
|
rzmk
|
aa3521288c
|
docs: remove redundant sentence for get_multiples_in_range
|
2023-09-21 16:51:05 -04:00 |
|
rzmk
|
563133d635
|
docs: improve organization of function docstrings
|
2023-09-21 16:48:29 -04:00 |
|
rzmk
|
b4d484686f
|
docs: list subjects on doc home & add pre_algebra example
|
2023-09-21 16:44:37 -04:00 |
|
rzmk
|
c63e973140
|
feat: re-export unit functions to subject level
|
2023-09-21 16:35:16 -04:00 |
|
rzmk
|
2ef7302a1c
|
docs: clarify using positive integer instead of number
|
2023-09-21 08:14:06 -04:00 |
|
rzmk
|
3673f6df8e
|
docs: make mention of modules section & run rustfmt
|
2023-09-21 08:02:55 -04:00 |
|
rzmk
|
98f459c747
|
docs: add example section to crate home page
|
2023-09-21 07:58:12 -04:00 |
|
rzmk
|
e22d7538a0
|
docs: add ladderz crate usage section
|
2023-09-21 07:52:59 -04:00 |
|
rzmk
|
aefec90457
|
docs: rewrite initial sentence for get_multiples_in_range
|
2023-09-21 00:35:41 -04:00 |
|
rzmk
|
a8261965a6
|
feat(pre-algebra): refactor to get_multiples_in_range & add to rust lib
|
2023-09-21 00:33:49 -04:00 |
|
rzmk
|
8ed5716a83
|
feat: solved get_multiples in pre-algebra notebook
|
2023-09-20 22:56:05 -04:00 |
|
rzmk
|
186f76d4f7
|
feat(pre-algebra): add is_factor and is_multiple
|
2023-09-20 17:27:28 -04:00 |
|
rzmk
|
a380407f21
|
docs: add precalculus to ideas section
|
2023-09-20 16:35:29 -04:00 |
|
rzmk
|
31040d7807
|
feat: add get_factors to pre-algebra unit1.rs
|
2023-09-19 20:04:42 -04:00 |
|
rzmk
|
1f107bbabe
|
style: update issue template styles & formatting
|
2023-09-19 01:38:21 -04:00 |
|
rzmk
|
96c68420a9
|
chore: add issue templates
|
2023-09-19 01:36:46 -04:00 |
|
rzmk
|
d78963eaac
|
docs: less non-prod info, add potential future concepts
|
2023-09-19 00:50:06 -04:00 |
|
rzmk
|
75823574e3
|
feat: open in colab badge for notebook & rename to unit1
|
2023-09-19 00:38:40 -04:00 |
|
Mueez Khan
|
1d948528e6
|
ci: create dependabot.yml
|
2023-09-19 00:34:11 -04:00 |
|
rzmk
|
470b08f804
|
docs: add link to crate docs
|
2023-09-19 00:27:39 -04:00 |
|
rzmk
|
4f36a3cc32
|
ci: remove copy to ./docs so gh pages deploy works
|
2023-09-19 00:23:40 -04:00 |
|
rzmk
|
bc6c7ca4ba
|
ci: automate nested index.html fix
|
2023-09-19 00:21:15 -04:00 |
|
rzmk
|
4ef3cf0da2
|
fix: remove bin from Cargo.toml as no bin exists (yet)
|
2023-09-19 00:05:36 -04:00 |
|