Commit Graph

  • cb9bbbb77d Add new problem module prob757 and update mod.rs to include it main Myeongseon Choi 2025-10-08 01:35:48 +09:00
  • d1389a2efe Refactor problem modules and enhance utility functions for Project Euler Myeongseon Choi 2025-09-22 19:21:36 +09:00
  • 4075d2ef69 Add new problem modules prob800 and prob853, and update dependencies Myeongseon Choi 2025-09-21 00:05:04 +09:00
  • 81ca2f078d Refactor sum_of_si function and add sum_of_fibonacci_si for modular calculations Myeongseon Choi 2025-09-17 22:06:53 +09:00
  • 4e63ac18c3 Add new problem modules prob686 and prob751 for Project Euler Myeongseon Choi 2025-09-17 17:57:01 +09:00
  • 9f4cae90d7 Add new problem module prob938 for Project Euler Myeongseon Choi 2025-09-16 22:53:59 +09:00
  • 55bacc5728 Add new problem modules and utility functions for Project Euler Myeongseon Choi 2025-09-14 23:14:38 +09:00
  • fb135b6ec2 Add new problem modules and utility functions for combinatorics Myeongseon Choi 2025-05-27 23:48:36 +09:00
  • b25ed7e13d Add new problem modules and utility functions for Euler and Rosalind challenges Myeongseon Choi 2025-05-23 11:12:37 +09:00
  • f4d4c81d31 Add 2025 number checking functions and utility methods Myeongseon Choi 2025-05-19 00:25:51 +09:00
  • 9684cd8859 Add composition functions to combinatoric module Myeongseon Choi 2025-05-17 17:36:48 +09:00
  • 27dc9fa1e3 Add enumerating gene orders functionality Myeongseon Choi 2025-05-17 15:45:16 +09:00
  • ef3f560252 Add new combinatoric utilities and RNA splicing functionality Myeongseon Choi 2025-05-16 17:41:03 +09:00
  • 8a99c29fd1 Add DNA and RNA utilities for biological computations Myeongseon Choi 2025-05-15 08:47:44 +09:00
  • 02fc9d5915 Add protein motif finding functionality and update dependencies Myeongseon Choi 2025-05-14 22:01:46 +09:00
  • 0d4b8dbff1 Remove src/main.rs file as it is now excluded from tracking in .gitignore. This file contained the main functionality for counting possible mRNA sequences from protein sequences, which has been refactored out in previous commits. Myeongseon Choi 2025-05-14 00:38:19 +09:00
  • 088ff40a14 Update .gitignore to exclude src/main.rs file Myeongseon Choi 2025-05-14 00:36:11 +09:00
  • 4e18ec84b0 Refactor main functionality to calculate protein mass Myeongseon Choi 2025-05-14 00:34:39 +09:00
  • 32aa6e67db Rename project to code_problems and add biology utilities Myeongseon Choi 2025-05-14 00:14:47 +09:00
  • 52df23b962 Refactor project structure and add new problem modules Myeongseon Choi 2025-05-14 00:12:00 +09:00
  • c97a6338b5 Add Markov chain utilities and update dependencies Myeongseon Choi 2025-05-11 16:37:03 +09:00
  • e72c8c95e4 Initial project setup with Cargo.toml, source files, and utility modules. Added .gitignore to exclude target files and Cargo.lock. Implemented various problem modules and utility functions for mathematical operations. Myeongseon Choi 2025-05-09 10:56:10 +09:00
  • 767e35818d Initial commit mschoi 2025-04-22 22:39:50 +09:00