Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.14 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.14 KB

Ramsey functions

About

This project was part of the 2023 University of Toronto Mathematics Mentorship Program and presented at the 2023 Canadian Undergraduate Mathematics Conference.

Developed by

  • Amber Bajaj (mentee)
  • Tonatiuh Matos Wiederhold (mentor)
    Dept. of Mathematics, University of Toronto, Canada.
    tonamatos@gmail.com

This repo contains three things:
  • Custom-made visualization tools appropriate for Ramsey theory. E.g., highlighting monochromatic copies of subgraphs within large networks.
  • Efficient algorithms to compute monochromatic copies of sought subgraphs within large networks. E.g. FindMonochTriangle(H) returns a list of three edges of the same color in constant time.
  • Applications of the above functions to other areas: solving colored linear equations, finding long monotone sublists, etc.