FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
AlgorithmRaceVisualizer/patch_metadata_fix.sh at master · Sanan507/AlgorithmRaceVisualizer · GitHub
Sanan507
/
AlgorithmRaceVisualizer
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
4
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
AlgorithmRaceVisualizer
/
patch_metadata_fix.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
8 lines (8 loc) · 255 Bytes
Breadcrumbs
AlgorithmRaceVisualizer
/
patch_metadata_fix.sh
Copy path
File metadata and controls
executable file
·
8 lines (8 loc) · 255 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
#!
/bin/bash
awk
'
BEGIN { count = 0 }
/Bidirectional BFS/ { count++ }
count == 2 && /Bidirectional BFS/ { skip = 8; next }
skip > 0 { skip--; next }
{ print }
'
frontend/src/data/algorithmMetadata.ts
>
tmp
&&
mv tmp frontend/src/data/algorithmMetadata.ts
Back
|
FazBrowse Home
|
New Git URL