# CS4261 Algorithmic Mechanism Design

## CS4261 Algorithmic Mechanism Design

- [Nash Equilibria](https://cs4261.devanshshah.dev/nash-equilibria.md)
- [Auctions and Routing Games](https://cs4261.devanshshah.dev/auctions-and-routing-games.md)
- [Cooperative Games](https://cs4261.devanshshah.dev/cooperative-games.md)
- [Axiomatic Approach to Fairness](https://cs4261.devanshshah.dev/axiomatic-approach-to-fairness.md)
- [Stable Matchings](https://cs4261.devanshshah.dev/stable-matchings.md)
- [Nash Bargaining Solution](https://cs4261.devanshshah.dev/nash-bargaining-solution.md)
- [Fair Allocation of Indivisible Goods](https://cs4261.devanshshah.dev/fair-allocation-of-indivisible-goods.md)
- [Cake Cutting](https://cs4261.devanshshah.dev/cake-cutting.md)
- [Rent Division](https://cs4261.devanshshah.dev/rent-division.md)
- [Committee Voting](https://cs4261.devanshshah.dev/committee-voting.md)
- [Tournaments](https://cs4261.devanshshah.dev/tournaments.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://cs4261.devanshshah.dev/nash-equilibria.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
