Skip to content

Instantly share code, notes, and snippets.

@wastu01
wastu01 / hugo-auto-deoply.yml
Last active October 10, 2024 11:50 — forked from lisez/hugo-auto-deoply.yml
如何使用 Github Actions 自動部署 Hugo
# link: https://sujingjhong.com/posts/how-to-deploy-hugo-automatically-with-github-actions/
# author: lisez <[email protected]>
# 參照原作著提供的流程並修改成自己適用版本
name: Deploy Hugo site to Pages
on:
push:
branches:
- main
workflow_dispatch:
jobs:

148 Programming Questions

The following is a list of all the programming questions that I had solved through middle school and high school.

I programmed these questions in Java, but with slight modifications, these can also be done in Python or any other language. These are meant to improve your concepts and build a programming logic, and thereby strengthen your foundations.

These were lying in a .docx file on my system. I have compiled them into a more readable and widely accepted format. Some formatting issues might still be present, which I intend to fix as I find them. On the same note, if any question does not make sense, feel free to post a comment and I will cross-check with the .docx file.