isLouisHsu / isLouisHsu/isLouisHsu.github.io

【算法】位运算的应用 | LOUIS' BLOG

Open
#67 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

b6897b772a54bb426c35527b48aae70c Gitalk
Dominant language
HTML
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

https://louishsu.xyz/2020/04/12/%E3%80%90%E7%AE%97%E6%B3%95%E3%80%91%E4%BD%8D%E8%BF%90%E7%AE%97%E7%9A%84%E5%BA%94%E7%94%A8/

前言位运算在编程中有不少的应用,但没必要记太多的“奇淫巧计”。 英文字符转换 字符转小写 12'a' | ' ' = 'a''A' | ' ' = 'a' 字符转大写 12'a' & '_' = 'A'&a

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked article, titled “【算法】位运算的应用,” and inspect how this blog publishes similar posts. The issue does not name a file, requested change, or acceptance criteria, so the intended update and definition of done need clarification before work can begin.

Written by the indexing model from the issue text.

Assessment

Domain
content, documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.