Skip to content

Programming problems generally found in job applications' online assessments

License

Notifications You must be signed in to change notification settings

gabriel-messas/programming-problems

Repository files navigation

Programming Problems

Programming problems generally heavy on logic and low-level concepts

  • For C files, simply compile using gcc (gcc FILENAME) and run the generated file
  • For Python files, simply run using Python 3 (python FILENAME)
    • It might be necessary to install some libraries when the file has the import command on top. That can be done using pip, for instance, by running pip install LIBRARY

About

Programming problems generally found in job applications' online assessments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published