We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0050f0d commit 76334e8Copy full SHA for 76334e8
README.md
@@ -1,3 +1,14 @@
1
+<script>
2
+document.querySelectorAll('a[href^="#"]').forEach(anchor => {
3
+ anchor.addEventListener('click', function (e) {
4
+ e.preventDefault();
5
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
6
+ behavior: 'smooth'
7
+ });
8
9
+});
10
+</script>
11
+
12
# DATA STRUCTURES & ALGORITHMS
13
14
### `Resources and Solutions` `^_^`
0 commit comments