From ef716b75367c81a009f3e2172ffb6349c0720f56 Mon Sep 17 00:00:00 2001 From: Ramez Medhat Date: Thu, 31 Jul 2025 12:39:49 +0300 Subject: [PATCH] Removing duplicated reference --- content/data-structures/chapter.tex | 1 - 1 file changed, 1 deletion(-) diff --git a/content/data-structures/chapter.tex b/content/data-structures/chapter.tex index aca235d..11711d4 100644 --- a/content/data-structures/chapter.tex +++ b/content/data-structures/chapter.tex @@ -10,7 +10,6 @@ \chapter{Data structures} \kactlimport{Fenwick2dXor.h} \kactlimport{OrderStatisticTree.h} \kactlimport{HashMap.h} -\kactlimport{LazySegmentTree.h} \kactlimport{DSU.h} \kactlimport{DSURollback.h} \kactlimport{PrefixSum2D.h}