isLouisHsu / isLouisHsu/isLouisHsu.github.io
【算法】位运算的应用 | LOUIS' BLOG
Open
Nobody has claimed this yet.
b6897b772a54bb426c35527b48aae70c
Gitalk
- Dominant language
- HTML
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
前言位运算在编程中有不少的应用,但没必要记太多的“奇淫巧计”。 英文字符转换 字符转小写 12'a' | ' ' = 'a''A' | ' ' = 'a' 字符转大写 12'a' & '_' = 'A'&a
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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