Skip to content

Commit 0db96cd

Browse files
committed
Merge branch 'dev' into 2025linda
2 parents 3301037 + 18ed189 commit 0db96cd

File tree

136 files changed

+10299
-2982
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+10299
-2982
lines changed

.github/workflows/hashing.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Hashing Algorithms CI
2+
3+
on:
4+
push:
5+
branches: [2024_sem2]
6+
paths-ignore:
7+
- 'doc/**' # Ignore all files and subdirectories under "doc/"
8+
- 'docs/**' # Ignore all files and subdirectories under "docs/"
9+
pull_request:
10+
branches: [2024_sem2]
11+
12+
jobs:
13+
test:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Checkout 🛎️
17+
uses: actions/[email protected]
18+
with:
19+
persist-credentials: false
20+
21+
- name: Install and Test 🔧
22+
run: |
23+
npm install
24+
npm run test-hashinsert
25+
npm run test-hashsearch
26+
npm run test-hashdelete

.github/workflows/url.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14-
14+
steps:
1515
- name: Checkout 🛎️
1616
uses: actions/[email protected]
1717
with:

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Algorithms in Action
22

3-
![license](https://img.shields.io/badge/license-MIT-Green) ![node](https://img.shields.io/badge/node-v18.17.1-blue) ![npm](https://img.shields.io/badge/npm-v9.6.7-blue)
3+
![license](https://img.shields.io/badge/license-MIT-Green) ![node](https://img.shields.io/badge/node-v22.13.0-blue) ![npm](https://img.shields.io/badge/npm-10.9.2-blue)
44

55
Welcome to Algorithms In Action!
66

0 commit comments

Comments
 (0)