Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
GuildCrafts
/
core-data-structures
Public
Notifications
You must be signed in to change notification settings
Fork
63
Star
2
Code
Issues
1
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Error: please disregard this pull request.
- #98
#98
Open
jrpool
wants to merge 58 commits into
GuildCrafts:master
GuildCrafts/core-data-structures:master
from
diop:poolwork
diop/core-data-structures:poolwork
Copy head branch name to clipboard
Conversation
Commits
58
(58)
Checks
Files changed
Open
Error: please disregard this pull request.
#98
jrpool
wants to merge 58 commits into
GuildCrafts:master
GuildCrafts/core-data-structures:master
from
diop:poolwork
diop/core-data-structures:poolwork
Copy head branch name to clipboard
Commits
Commits on May 15, 2017
Initial commit
diop
committed
3162105
View commit details
Copy full SHA for 3162105
Browse repository at this point
Fix README
diop
committed
7cc5606
View commit details
Copy full SHA for 7cc5606
Browse repository at this point
Added installation and setup to README file and deleted advanced section from data-structures file.
jrpool
committed
7e01753
View commit details
Copy full SHA for 7e01753
Browse repository at this point
Merge pull request #1 from diop/poolwork
Show description for eb0b738
diop
authored
eb0b738
View commit details
Copy full SHA for eb0b738
Browse repository at this point
Commits on May 16, 2017
Wrote and began testing PriorityNode class.
jrpool
committed
99dafb7
View commit details
Copy full SHA for 99dafb7
Browse repository at this point
Merge pull request #2 from diop/poolwork
Show description for 5298386
diop
authored
5298386
View commit details
Copy full SHA for 5298386
Browse repository at this point
Added tests and organized them into contexts.
jrpool
committed
974bf6c
View commit details
Copy full SHA for 974bf6c
Browse repository at this point
Merge pull request #3 from diop/poolwork
Show description for 3f440fb
diop
authored
3f440fb
View commit details
Copy full SHA for 3f440fb
Browse repository at this point
add node class
diop
committed
4c1716e
View commit details
Copy full SHA for 4c1716e
Browse repository at this point
Merge branch 'master' into node-class
diop
committed
b55ac74
View commit details
Copy full SHA for b55ac74
Browse repository at this point
add node test
diop
committed
7fb584c
View commit details
Copy full SHA for 7fb584c
Browse repository at this point
Merge pull request #4 from diop/node-class
Show description for 8f6f767
jrpool
authored
8f6f767
View commit details
Copy full SHA for 8f6f767
Browse repository at this point
Added tests for getData and made test format more compact.
jrpool
committed
e680b6a
View commit details
Copy full SHA for e680b6a
Browse repository at this point
Merge branch 'master' into poolwork
jrpool
committed
4258a8b
View commit details
Copy full SHA for 4258a8b
Browse repository at this point
Merge pull request #5 from diop/poolwork
Show description for efbd2ae
diop
authored
efbd2ae
View commit details
Copy full SHA for efbd2ae
Browse repository at this point
Added checks in constructor for invalid and incomplete argument and added tests for those.
jrpool
committed
ade14d2
View commit details
Copy full SHA for ade14d2
Browse repository at this point
Merge pull request #6 from diop/poolwork
Show description for 7c539b1
diop
authored
7c539b1
View commit details
Copy full SHA for 7c539b1
Browse repository at this point
Added check and tests for next property of constructor argument.
Show description for 382ec8a
jrpool
committed
382ec8a
View commit details
Copy full SHA for 382ec8a
Browse repository at this point
Merge pull request #7 from diop/poolwork
Show description for 726e7f8
diop
authored
726e7f8
View commit details
Copy full SHA for 726e7f8
Browse repository at this point
Added tests for getNext.
jrpool
committed
efe25b7
View commit details
Copy full SHA for efe25b7
Browse repository at this point
Merge pull request #8 from diop/poolwork
Show description for 9d793ba
diop
authored
9d793ba
View commit details
Copy full SHA for 9d793ba
Browse repository at this point
Changed syntax of instanceof invocations. Added setNext tests.
jrpool
committed
b76e838
View commit details
Copy full SHA for b76e838
Browse repository at this point
add linkedlist class and test
diop
committed
74997db
View commit details
Copy full SHA for 74997db
Browse repository at this point
Reorganized tests to create class instances for any context inside it.
jrpool
committed
c077631
View commit details
Copy full SHA for c077631
Browse repository at this point
Merge pull request #9 from diop/poolwork
Show description for 4b65525
diop
authored
4b65525
View commit details
Copy full SHA for 4b65525
Browse repository at this point
Commits on May 17, 2017
update linledlist test
diop
committed
5f63b73
View commit details
Copy full SHA for 5f63b73
Browse repository at this point
Finished implementing, testing, and debugging priorityQueue class.
jrpool
committed
193e7fa
View commit details
Copy full SHA for 193e7fa
Browse repository at this point
Merge pull request #10 from diop/poolwork
Show description for cd6e765
diop
authored
cd6e765
View commit details
Copy full SHA for cd6e765
Browse repository at this point
reset linked list tests
diop
committed
e2cc862
View commit details
Copy full SHA for e2cc862
Browse repository at this point
pass insert and getHead tests
diop
committed
79ff910
View commit details
Copy full SHA for 79ff910
Browse repository at this point
pass insert and getHead tests
diop
committed
b19505f
View commit details
Copy full SHA for b19505f
Browse repository at this point
pass contains test
diop
committed
77ab88c
View commit details
Copy full SHA for 77ab88c
Browse repository at this point
update linkedlist test
diop
committed
4811431
View commit details
Copy full SHA for 4811431
Browse repository at this point
pass find text
diop
committed
db9e134
View commit details
Copy full SHA for db9e134
Browse repository at this point
pass insertFirst test
diop
committed
5d35833
View commit details
Copy full SHA for 5d35833
Browse repository at this point
Commits on May 18, 2017
pass insertBefore test
diop
committed
bf1c492
View commit details
Copy full SHA for bf1c492
Browse repository at this point
Changed mocha function syntax from => per mocha recommendation. Created, tested, and debugged double node
Show description for abea694
jrpool
committed
abea694
View commit details
Copy full SHA for abea694
Browse repository at this point
Created tests for set interrogation (not yet set manipulation).
jrpool
committed
0bff4f6
View commit details
Copy full SHA for 0bff4f6
Browse repository at this point
pass all tests except insertAfter
diop
committed
aa33baa
View commit details
Copy full SHA for aa33baa
Browse repository at this point
Merge pull request #11 from diop/poolwork
Show description for ddfece1
diop
authored
ddfece1
View commit details
Copy full SHA for ddfece1
Browse repository at this point
all tests passing
diop
committed
96dbeeb
View commit details
Copy full SHA for 96dbeeb
Browse repository at this point
Merge pull request #12 from diop/linkedlist-class
Show description for 55e4ca0
jrpool
authored
55e4ca0
View commit details
Copy full SHA for 55e4ca0
Browse repository at this point
Renamed Set to PowerSet to avoid conflict with JS Set built-in. Finished developing, testing, and
Show description for 2610d76
jrpool
committed
2610d76
View commit details
Copy full SHA for 2610d76
Browse repository at this point
Merge pull request #13 from diop/poolwork
Show description for 45759be
diop
authored
45759be
View commit details
Copy full SHA for 45759be
Browse repository at this point
pass all tests
diop
committed
d54119a
View commit details
Copy full SHA for d54119a
Browse repository at this point
pass all stack tests
diop
committed
b9053a7
View commit details
Copy full SHA for b9053a7
Browse repository at this point
Merge pull request #14 from diop/stack-class
Show description for dd99537
jrpool
authored
dd99537
View commit details
Copy full SHA for dd99537
Browse repository at this point
Developed, tested, and debugged Node2 and Queue2 (Pool versions of Node and Queue).
jrpool
committed
b0017aa
View commit details
Copy full SHA for b0017aa
Browse repository at this point
Commits on May 19, 2017
Merge pull request #15 from diop/poolwork
Show description for 17c61de
diop
authored
17c61de
View commit details
Copy full SHA for 17c61de
Browse repository at this point
Created, tested, and debugged Stack2 (Pool version of Stack).
jrpool
committed
6e6dcda
View commit details
Copy full SHA for 6e6dcda
Browse repository at this point
Created, tested, and debugged LinkedList2 (Pool version of LinkedList).
jrpool
committed
8c5f115
View commit details
Copy full SHA for 8c5f115
Browse repository at this point
Merge pull request #16 from diop/poolwork
Show description for 1436e1f
diop
authored
1436e1f
View commit details
Copy full SHA for 1436e1f
Browse repository at this point
Cleanup and parking of linked_list3.
jrpool
committed
e3d2fb8
View commit details
Copy full SHA for e3d2fb8
Browse repository at this point
Merge pull request #17 from diop/poolwork
Show description for 304baae
diop
authored
304baae
View commit details
Copy full SHA for 304baae
Browse repository at this point
Made file names consistent, merged stack1, finished readme file.
jrpool
committed
469b962
View commit details
Copy full SHA for 469b962
Browse repository at this point
Parked stack1 for further work. Made linting corrections.
jrpool
committed
1eb54bc
View commit details
Copy full SHA for 1eb54bc
Browse repository at this point
Merge pull request #18 from diop/poolwork
Show description for 409e677
diop
authored
409e677
View commit details
Copy full SHA for 409e677
Browse repository at this point
Added explanatory comments to README file.
jrpool
committed
8f487e2
View commit details
Copy full SHA for 8f487e2
Browse repository at this point
You can’t perform that action at this time.