Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: stack follow-ups #18

Conversation

joshuagraber
Copy link
Owner

Return types and documentation.

@joshuagraber joshuagraber self-assigned this Aug 28, 2023
@joshuagraber joshuagraber merged commit f02fe65 into feature/data-stuctures-initial Aug 28, 2023
4 checks passed
@joshuagraber joshuagraber deleted the feature/data-structures-initial/stack-follow-ups branch August 28, 2023 16:54
joshuagraber added a commit that referenced this pull request Jul 17, 2024
* feature: linked list (#10)

* chore(deps): add lodash and rimraf

Lodash for utils, rimraf for new clean script to remove dist dir

* chore(config): update tsconfig.json

* docs(readme): update README with Linked List

* chore(deps): remove lint-staged and husky

Was causing failure. Running lint in the CI, so lint-staged and husky aren't really necessary

* feat(linked_list): add linked list

Implement linked list in TypeScript

* test(linked_list): add tests for linked list implementation

* build(modules): update to handle cjs and esm modules (#14)

* build(modules): update to handle cjs and esm modules

* chore(cleanup): remove extra comments

* refactor(linkedlist): use array-link push/pop syntax

* feature: stack (#17)

* chore(comments): update LL comments

* feat(stack): implement Stack data structure in TypeScript

* test(stack): add test for Stack data structure

* feature: stack follow-ups (#18)

* refactor(stack): add missing return types

* docs(stack): add documentation for the Stack data structure

* chore(configs): update miscellaneous configs and package file

* feature: queues (#21)

* feat(queues): implement queue and deque

* refactor(data-structures): miscellaneous cleanup of stack and linked list

Constructor func: passes comparison func to LL regardless of type, update comments

* test(queues): add tests for queue and deque

* docs(readme): add queue and deque to documentation

* refactor(tests): update miscellaneous inconsistencies in tests

* build(bin): update package.json scripts to use shell

* feature: circular buffer (#28)

* build(scripts): update package script

* feat(circular buffer): implement circular buffer

* test(circular buffer): add test for circular buffer

* docs(readme): add documentation for circular buffer

* refactor(tests): update incorrect var name in deque test

* feature: circular buffer (#28)

* build(scripts): update package script

* feat(circular buffer): implement circular buffer

* test(circular buffer): add test for circular buffer

* docs(readme): add documentation for circular buffer

* refactor(tests): update incorrect var name in deque test

* chore(release): remove release config

remove semantic-release, remove release config, remove release workflow

* refactor(structure): update library structure

* test: miscellaneous updates to testing config and utils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant