feat: add bitmasking interactive walkthrough and visuals#2739
Open
basantnema31 wants to merge 3 commits into
Open
feat: add bitmasking interactive walkthrough and visuals#2739basantnema31 wants to merge 3 commits into
basantnema31 wants to merge 3 commits into
Conversation
daaimah123
requested changes
Jun 6, 2026
daaimah123
left a comment
Collaborator
There was a problem hiding this comment.
@basantnema31 please kindly update this topic outline to use the template headers and sections once updated I will review
- Add all required template sections: Projected Time, Prerequisites, Motivation, Objectives, Specific Things To Learn, Materials, Lesson, Common Mistakes & Misconceptions, Guided Practice, Independent Practice, Challenge, Check for Understanding, Supplemental Materials - Expand Lesson with core bit operations table, Mermaid subset graph, and Subset DP (TSP) explanation - Add practical Guided Practice with runnable console code - Add three Independent Practice exercises and a Challenge - Add five Check for Understanding questions - Add Supplemental Materials links Addresses review request on PR Techtonica#2739
Collaborator
Author
|
@daaimah123 I have updated the bitmasking topic outline to strictly follow the official headers and sections template as requested. Please let me know if any further adjustments are needed! |
daaimah123
requested changes
Jun 11, 2026
Collaborator
There was a problem hiding this comment.
@basantnema31 These are great additions! Thank you for making the topic outline meet repo standard. Please kindly address the following requests for changes and then you should be good to receive approval.
|
|
||
| #### Visualizing Subsets with a Graph | ||
|
|
||
| ```mermaid |
Collaborator
|
|
||
| - [Bit Manipulation — HackerEarth Tutorial](https://www.hackerearth.com/practice/basic-programming/bit-manipulation/basics-of-bit-manipulation/tutorial/) - Additional practice problems with immediate feedback. | ||
| - [Bitmask DP Problems on LeetCode](https://leetcode.com/tag/bitmask/) - Filter by "Easy" to start; work up to "Medium" after completing independent practice. | ||
| - [The Art of Problem Solving — Bitmask DP](https://artofproblemsolving.com/community/c90633h2354736) - Community-written explanation with more TSP variants. |
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Resolves #2256