Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
/ PTAProblems Public archive

The solutions of some PTA advanced level problems.

License

Notifications You must be signed in to change notification settings

vccddd/PTAProblems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PTA Basic/Advanced/Top Level Problems

The solutions of PTA basic/advanced/top level problems.

PTA, which is also called PAT(Programming Ability Test), has 3 levels and this rep meanly concentrates on the vary solutions of all 3 level problems.

Language

PTA supports about 15 types of programing languages include JavaScript. But this rep only uses these three kinds of widly used languages and it may add others later.

  • C++
  • Java
  • Python3

Now the rep only has C++ solutions so Welcome to pull new files to old/new problems of any level with other languages.

Problems

Now the rep has build some of the basic/advanced level questions. The CREATED.md records these.

Principles of solutions

  • PTA OJ PASSED
  • Correct Answers
  • Correct Answers with Time out
  • Correct Answers with Segmentation fault(illegal input)
  • Correct Answers with Out of Memoey

Attention

All solutions are correct, which means the solution can figure out correct answers without limits of memory and time. So the files with "TIME OUT" or "Segmentation fault"(because of illegal input) are ACCEPTABLE if and only if you note that at the beginning of files.

About

The solutions of some PTA advanced level problems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages