Daily-Problem icon indicating copy to clipboard operation
Daily-Problem copied to clipboard

A quiz each day, coding in efficient way.

Daily Problem

GitHub license GitHub last commit Jupyter NBViewer Supports

Description

Daily Problem is a WeChat Channel owned by @mjd507. He publishes a programming quiz once a day, which was asked by those well-known corporations.

Most of the answer can be found on Google. However, there's still someone have no ability to get access with Google. So I create this repository, sharing my solutions with others. The Markdown comments and source codes are mixed in JupyterLab format (*.ipynb). GitHub supports this format online and display the same as in JupyterLab, but if you are in People's Republic of China (excepts Chinese Hongkong, Chinese Macau and Chinese Tiwan). If you want to run the file on your device locally, please install Anaconda with Python 3.7 and load this repository with JupyterLab or Jupyter Notebook.

My solution MAY NOT THE BEST, but IT WORKS! If you have any better solutions, please fork this repository and create a Pull Request on my repository. Thank you!

Index

  • Day 1~28
  • Day 29~56
  • Day 57~84
  • Day 85~100
  • Revision
  • Interview

关于 About

  这个章节使用中英双语的原因,是因为题目原作者的原版文章就使用简体中文。同时,在整个代码存储库中,一切仅包含简体中文的超链接将会使用中英双语或仅汉语的链接标签。所以请使用其他语言的用户自行准备自动翻译工具,敬请谅解!

The reason why this section using both Simpified Chinese and English is that the original author @mjd507 of these questions used Simplified Chinese for the following hyperlinks. At the same time, in the whole repository, all hyperlinks with Simplified Chinese will use combined or Simplified Chinese only hyperlink labels. So please prepare auto translation application or extensions yourself. Thank you!

常见问题 FAQ | 解题语言 Language | 解题方法 Solving Methods