Skip to content

Commit

Permalink
Merge pull request #143 from masx200/format-updates
Browse files Browse the repository at this point in the history
format
  • Loading branch information
masx200 authored Jun 18, 2023
2 parents bc50200 + 589e34f commit 2ffb0d1
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" ?>
<project
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
Expand Down Expand Up @@ -91,29 +91,39 @@
<sourceDirs>
<source>add-two-integers</source>
<source>binary-search-tree-iterator</source>
<source>construct-binary-search-tree-from-preorder-traversal</source>
<source
>construct-binary-search-tree-from-preorder-traversal</source>
<source>construct-quad-tree</source>
<source>construct-quad-tree</source>
<source>count-vowel-strings-in-ranges</source>
<source>count-ways-to-build-good-string</source>
<source>design-skiplist</source>
<source>er-cha-shu-ran-se-UGC</source>
<source>er-cha-sou-suo-shu-de-di-kda-jie-dian-lcof</source>
<source>insert-into-a-binary-search-tree</source>
<source>insert-into-a-binary-search-tree</source>
<source
>er-cha-sou-suo-shu-de-di-kda-jie-dian-lcof</source>
<source
>insert-into-a-binary-search-tree</source>
<source
>insert-into-a-binary-search-tree</source>
<source>letter-case-permutation</source>
<source>maximum-number-of-weeks-for-which-you-can-work</source>
<source
>maximum-number-of-weeks-for-which-you-can-work</source>
<source>min-cost-to-connect-all-points</source>
<source>minimum-number-of-moves-to-seat-everyone</source>
<source
>minimum-number-of-moves-to-seat-everyone</source>
<source>number-of-distinct-averages</source>
<source>operations-lcci</source>
<source>possible-bipartition</source>
<source>possible-bipartition</source>
<source>remove-vowels-from-a-string</source>
<source>reveal-cards-in-increasing-order</source>
<source>reverse-nodes-in-even-length-groups</source>
<source>reverse-nodes-in-even-length-groups</source>
<source>serialize-and-deserialize-binary-tree</source>
<source
>reveal-cards-in-increasing-order</source>
<source
>reverse-nodes-in-even-length-groups</source>
<source
>reverse-nodes-in-even-length-groups</source>
<source
>serialize-and-deserialize-binary-tree</source>
<source>split-message-based-on-limit</source>

<source>three-in-one-lcci</source>
Expand Down Expand Up @@ -254,4 +264,4 @@

</dependencies>

</project>
</project>

0 comments on commit 2ffb0d1

Please sign in to comment.