Skip to content
#

maximum

Here are 186 public repositories matching this topic...

One important thing about this repository, you have the possibility to avoid database exceptions related to exceeding the limit of the maximum allowed length of the string type columns. To specify the maximum allowed string length you can use data annotation attributes predefined in `System.ComponentModel.DataAnnotations` or a new custom attribute.

  • Updated Feb 11, 2024
  • C#

The Maximum Matching algorithm finds the largest possible set of edges in a graph with no common vertices. It has applications in computer science, mathematics, and operations research and can be solved efficiently with algorithms such as augmenting path and Hopcroft-Karp with a time complexity of O(E√V).

  • Updated Feb 9, 2023
  • Kotlin

Improve this page

Add a description, image, and links to the maximum topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the maximum topic, visit your repo's landing page and select "manage topics."

Learn more