Skip to content
/ A4A Public

πŸ† Competitive programming website to manage competitive programming activities with a virtual judge.

License

Notifications You must be signed in to change notification settings

aashrafh/A4A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

92 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

A4A logo


πŸ† A competitive programming website to manage competitive programming activities with a virtual judge.

πŸ“ Table of Contents

🧐 About

A4A is a competitive programming website to manage competitive programming regular activities, It is maintained by a group of competitive programmers from FECU to help competitive programmer to train for problems from different topic and compete with each other to get maximum benefit from the training.

We are not a real judge, actually we are a virtual judge not a real judge, we grab problems from other regular online judges like CodeForces, HackerRank, UVA, SPOJ .. etc and simulate submissions to other online judges and provide the user with the verdict besides adding more additional features like Creating Contests, Groups, Teams and Organizations, Writing blogs and share it with CP community.

πŸ“· Screenshots

A4A A4A A4A A4A A4A A4A A4A A4A

🏁 Install

  1. Install Visual Studio with .NET environment.
  2. Install SQL Server.
  3. Execute Delivery Script on the SQL Server.
  4. Open the A4A.sln file in the A4A folder.
  5. Build the all the projects then run it.

Note: Do not forget to change the DB_Connection_String in DBManager.cs.

⛏️ Built Using

  • C# - Object-oriented language that enables developers to build .NET applications.
  • ASP.NET MVC - A design pattern for achieving a clean separation of concerns.
  • SQL Server - Relational database management system developed by Microsoft.
  • Selenium - Portable framework for testing web applications.