algorithm-efficiency

There are 3 repositories under algorithm-efficiency topic.

  • jperry82/CS-300-ABCU_Course_Schedule

    This repository contains the "ABCU Course Scheduler" project, developed to assist academic advisors at ABCU in planning and advising on course schedules. The project focuses on efficient data handling, using appropriate data structures to ensure courses are taken in the correct sequence. The experience emphasized the importance of choosing the righ

  • naeglinghaff/algorithm_timer

    A tool to time algorithms and measure their efficiency and complexity

    Language:JavaScript
  • paschalugwu/RSA-Factoring-Challenge

    Undertook the RSA Factoring Challenge, employing algorithmic techniques to factorize numbers into prime factors, exploring both standard and advanced tasks.

    Language:Python