diff --git a/3sum/flynn.py b/3sum/obzva.py similarity index 100% rename from 3sum/flynn.py rename to 3sum/obzva.py diff --git a/alien-dictionary/flynn.go b/alien-dictionary/obzva.go similarity index 100% rename from alien-dictionary/flynn.go rename to alien-dictionary/obzva.go diff --git a/best-time-to-buy-and-sell-stock/flynn.py b/best-time-to-buy-and-sell-stock/obzva.py similarity index 100% rename from best-time-to-buy-and-sell-stock/flynn.py rename to best-time-to-buy-and-sell-stock/obzva.py diff --git a/binary-tree-level-order-traversal/flynn.go b/binary-tree-level-order-traversal/obzva.go similarity index 100% rename from binary-tree-level-order-traversal/flynn.go rename to binary-tree-level-order-traversal/obzva.go diff --git a/binary-tree-maximum-path-sum/flynn.go b/binary-tree-maximum-path-sum/obzva.go similarity index 100% rename from binary-tree-maximum-path-sum/flynn.go rename to binary-tree-maximum-path-sum/obzva.go diff --git a/climbing-stairs/flynn.cpp b/climbing-stairs/obzva.cpp similarity index 100% rename from climbing-stairs/flynn.cpp rename to climbing-stairs/obzva.cpp diff --git a/clone-graph/flynn.cpp b/clone-graph/obzva.cpp similarity index 100% rename from clone-graph/flynn.cpp rename to clone-graph/obzva.cpp diff --git a/coin-change/flynn.cpp b/coin-change/obzva.cpp similarity index 100% rename from coin-change/flynn.cpp rename to coin-change/obzva.cpp diff --git a/combination-sum/flynn.cpp b/combination-sum/obzva.cpp similarity index 100% rename from combination-sum/flynn.cpp rename to combination-sum/obzva.cpp diff --git a/construct-binary-tree-from-preorder-and-inorder-traversal/flynn.cpp b/construct-binary-tree-from-preorder-and-inorder-traversal/obzva.cpp similarity index 100% rename from construct-binary-tree-from-preorder-and-inorder-traversal/flynn.cpp rename to construct-binary-tree-from-preorder-and-inorder-traversal/obzva.cpp diff --git a/container-with-most-water/flynn.cpp b/container-with-most-water/obzva.cpp similarity index 100% rename from container-with-most-water/flynn.cpp rename to container-with-most-water/obzva.cpp diff --git a/contains-duplicate/flynn.cpp b/contains-duplicate/obzva.cpp similarity index 100% rename from contains-duplicate/flynn.cpp rename to contains-duplicate/obzva.cpp diff --git a/counting-bits/flynn.cpp b/counting-bits/obzva.cpp similarity index 100% rename from counting-bits/flynn.cpp rename to counting-bits/obzva.cpp diff --git a/course-schedule/flynn.go b/course-schedule/obzva.go similarity index 100% rename from course-schedule/flynn.go rename to course-schedule/obzva.go diff --git a/decode-ways/flynn.cpp b/decode-ways/obzva.cpp similarity index 100% rename from decode-ways/flynn.cpp rename to decode-ways/obzva.cpp diff --git a/design-add-and-search-words-data-structure/flynn.cpp b/design-add-and-search-words-data-structure/obzva.cpp similarity index 100% rename from design-add-and-search-words-data-structure/flynn.cpp rename to design-add-and-search-words-data-structure/obzva.cpp diff --git a/encode-and-decode-strings/flynn.cpp b/encode-and-decode-strings/obzva.cpp similarity index 100% rename from encode-and-decode-strings/flynn.cpp rename to encode-and-decode-strings/obzva.cpp diff --git a/find-median-from-data-stream/flynn.go b/find-median-from-data-stream/obzva.go similarity index 100% rename from find-median-from-data-stream/flynn.go rename to find-median-from-data-stream/obzva.go diff --git a/find-minimum-in-rotated-sorted-array/flynn.go b/find-minimum-in-rotated-sorted-array/obzva.go similarity index 100% rename from find-minimum-in-rotated-sorted-array/flynn.go rename to find-minimum-in-rotated-sorted-array/obzva.go diff --git a/graph-valid-tree/flynn.go b/graph-valid-tree/obzva.go similarity index 100% rename from graph-valid-tree/flynn.go rename to graph-valid-tree/obzva.go diff --git a/group-anagrams/flynn.py b/group-anagrams/obzva.py similarity index 100% rename from group-anagrams/flynn.py rename to group-anagrams/obzva.py diff --git a/house-robber-ii/flynn.go b/house-robber-ii/obzva.go similarity index 100% rename from house-robber-ii/flynn.go rename to house-robber-ii/obzva.go diff --git a/house-robber/flynn.go b/house-robber/obzva.go similarity index 100% rename from house-robber/flynn.go rename to house-robber/obzva.go diff --git a/implement-trie-prefix-tree/flynn.py b/implement-trie-prefix-tree/obzva.py similarity index 100% rename from implement-trie-prefix-tree/flynn.py rename to implement-trie-prefix-tree/obzva.py diff --git a/insert-interval/flynn.go b/insert-interval/obzva.go similarity index 100% rename from insert-interval/flynn.go rename to insert-interval/obzva.go diff --git a/invert-binary-tree/flynn.go b/invert-binary-tree/obzva.go similarity index 100% rename from invert-binary-tree/flynn.go rename to invert-binary-tree/obzva.go diff --git a/jump-game/flynn.go b/jump-game/obzva.go similarity index 100% rename from jump-game/flynn.go rename to jump-game/obzva.go diff --git a/kth-smallest-element-in-a-bst/flynn.cpp b/kth-smallest-element-in-a-bst/obzva.cpp similarity index 100% rename from kth-smallest-element-in-a-bst/flynn.cpp rename to kth-smallest-element-in-a-bst/obzva.cpp diff --git a/linked-list-cycle/flynn.go b/linked-list-cycle/obzva.go similarity index 100% rename from linked-list-cycle/flynn.go rename to linked-list-cycle/obzva.go diff --git a/longest-common-subsequence/flynn.cpp b/longest-common-subsequence/obzva.cpp similarity index 100% rename from longest-common-subsequence/flynn.cpp rename to longest-common-subsequence/obzva.cpp diff --git a/longest-consecutive-sequence/flynn.cpp b/longest-consecutive-sequence/obzva.cpp similarity index 100% rename from longest-consecutive-sequence/flynn.cpp rename to longest-consecutive-sequence/obzva.cpp diff --git a/longest-increasing-subsequence/flynn.cpp b/longest-increasing-subsequence/obzva.cpp similarity index 100% rename from longest-increasing-subsequence/flynn.cpp rename to longest-increasing-subsequence/obzva.cpp diff --git a/longest-palindromic-substring/flynn.go b/longest-palindromic-substring/obzva.go similarity index 100% rename from longest-palindromic-substring/flynn.go rename to longest-palindromic-substring/obzva.go diff --git a/longest-repeating-character-replacement/flynn.cpp b/longest-repeating-character-replacement/obzva.cpp similarity index 100% rename from longest-repeating-character-replacement/flynn.cpp rename to longest-repeating-character-replacement/obzva.cpp diff --git a/longest-substring-without-repeating-characters/flynn.cpp b/longest-substring-without-repeating-characters/obzva.cpp similarity index 100% rename from longest-substring-without-repeating-characters/flynn.cpp rename to longest-substring-without-repeating-characters/obzva.cpp diff --git a/lowest-common-ancestor-of-a-binary-search-tree/flynn.go b/lowest-common-ancestor-of-a-binary-search-tree/obzva.go similarity index 100% rename from lowest-common-ancestor-of-a-binary-search-tree/flynn.go rename to lowest-common-ancestor-of-a-binary-search-tree/obzva.go diff --git a/maximum-depth-of-binary-tree/flynn.go b/maximum-depth-of-binary-tree/obzva.go similarity index 100% rename from maximum-depth-of-binary-tree/flynn.go rename to maximum-depth-of-binary-tree/obzva.go diff --git a/maximum-product-subarray/flynn.cpp b/maximum-product-subarray/obzva.cpp similarity index 100% rename from maximum-product-subarray/flynn.cpp rename to maximum-product-subarray/obzva.cpp diff --git a/maximum-subarray/flynn.go b/maximum-subarray/obzva.go similarity index 100% rename from maximum-subarray/flynn.go rename to maximum-subarray/obzva.go diff --git a/meeting-rooms-ii/flynn.go b/meeting-rooms-ii/obzva.go similarity index 100% rename from meeting-rooms-ii/flynn.go rename to meeting-rooms-ii/obzva.go diff --git a/meeting-rooms/flynn.go b/meeting-rooms/obzva.go similarity index 100% rename from meeting-rooms/flynn.go rename to meeting-rooms/obzva.go diff --git a/merge-intervals/flynn.go b/merge-intervals/obzva.go similarity index 100% rename from merge-intervals/flynn.go rename to merge-intervals/obzva.go diff --git a/merge-k-sorted-lists/flynn.go b/merge-k-sorted-lists/obzva.go similarity index 100% rename from merge-k-sorted-lists/flynn.go rename to merge-k-sorted-lists/obzva.go diff --git a/merge-two-sorted-lists/flynn.cpp b/merge-two-sorted-lists/obzva.cpp similarity index 100% rename from merge-two-sorted-lists/flynn.cpp rename to merge-two-sorted-lists/obzva.cpp diff --git a/minimum-window-substring/flynn.go b/minimum-window-substring/obzva.go similarity index 100% rename from minimum-window-substring/flynn.go rename to minimum-window-substring/obzva.go diff --git a/missing-number/flynn.cpp b/missing-number/obzva.cpp similarity index 100% rename from missing-number/flynn.cpp rename to missing-number/obzva.cpp diff --git a/non-overlapping-intervals/flynn.go b/non-overlapping-intervals/obzva.go similarity index 100% rename from non-overlapping-intervals/flynn.go rename to non-overlapping-intervals/obzva.go diff --git a/number-of-1-bits/flynn.cpp b/number-of-1-bits/obzva.cpp similarity index 100% rename from number-of-1-bits/flynn.cpp rename to number-of-1-bits/obzva.cpp diff --git a/number-of-connected-components-in-an-undirected-graph/flynn.go b/number-of-connected-components-in-an-undirected-graph/obzva.go similarity index 100% rename from number-of-connected-components-in-an-undirected-graph/flynn.go rename to number-of-connected-components-in-an-undirected-graph/obzva.go diff --git a/number-of-islands/flynn.cpp b/number-of-islands/obzva.cpp similarity index 100% rename from number-of-islands/flynn.cpp rename to number-of-islands/obzva.cpp diff --git a/pacific-atlantic-water-flow/flynn.go b/pacific-atlantic-water-flow/obzva.go similarity index 100% rename from pacific-atlantic-water-flow/flynn.go rename to pacific-atlantic-water-flow/obzva.go diff --git a/palindromic-substrings/flynn.cpp b/palindromic-substrings/obzva.cpp similarity index 100% rename from palindromic-substrings/flynn.cpp rename to palindromic-substrings/obzva.cpp diff --git a/product-of-array-except-self/flynn.cpp b/product-of-array-except-self/obzva.cpp similarity index 100% rename from product-of-array-except-self/flynn.cpp rename to product-of-array-except-self/obzva.cpp diff --git a/remove-nth-node-from-end-of-list/flynn.go b/remove-nth-node-from-end-of-list/obzva.go similarity index 100% rename from remove-nth-node-from-end-of-list/flynn.go rename to remove-nth-node-from-end-of-list/obzva.go diff --git a/reorder-list/flynn.go b/reorder-list/obzva.go similarity index 100% rename from reorder-list/flynn.go rename to reorder-list/obzva.go diff --git a/reverse-bits/flynn.go b/reverse-bits/obzva.go similarity index 100% rename from reverse-bits/flynn.go rename to reverse-bits/obzva.go diff --git a/reverse-linked-list/flynn.cpp b/reverse-linked-list/obzva.cpp similarity index 100% rename from reverse-linked-list/flynn.cpp rename to reverse-linked-list/obzva.cpp diff --git a/rotate-image/flynn.go b/rotate-image/obzva.go similarity index 100% rename from rotate-image/flynn.go rename to rotate-image/obzva.go diff --git a/same-tree/flynn.go b/same-tree/obzva.go similarity index 100% rename from same-tree/flynn.go rename to same-tree/obzva.go diff --git a/search-in-rotated-sorted-array/flynn.go b/search-in-rotated-sorted-array/obzva.go similarity index 100% rename from search-in-rotated-sorted-array/flynn.go rename to search-in-rotated-sorted-array/obzva.go diff --git a/serialize-and-deserialize-binary-tree/flynn.go b/serialize-and-deserialize-binary-tree/obzva.go similarity index 100% rename from serialize-and-deserialize-binary-tree/flynn.go rename to serialize-and-deserialize-binary-tree/obzva.go diff --git a/set-matrix-zeroes/flynn.cpp b/set-matrix-zeroes/obzva.cpp similarity index 100% rename from set-matrix-zeroes/flynn.cpp rename to set-matrix-zeroes/obzva.cpp diff --git a/spiral-matrix/flynn.cpp b/spiral-matrix/obzva.cpp similarity index 100% rename from spiral-matrix/flynn.cpp rename to spiral-matrix/obzva.cpp diff --git a/subtree-of-another-tree/flynn.go b/subtree-of-another-tree/obzva.go similarity index 100% rename from subtree-of-another-tree/flynn.go rename to subtree-of-another-tree/obzva.go diff --git a/sum-of-two-integers/flynn.cpp b/sum-of-two-integers/obzva.cpp similarity index 100% rename from sum-of-two-integers/flynn.cpp rename to sum-of-two-integers/obzva.cpp diff --git a/top-k-frequent-elements/flynn.cpp b/top-k-frequent-elements/obzva.cpp similarity index 100% rename from top-k-frequent-elements/flynn.cpp rename to top-k-frequent-elements/obzva.cpp diff --git a/two-sum/flynn.cpp b/two-sum/obzva.cpp similarity index 100% rename from two-sum/flynn.cpp rename to two-sum/obzva.cpp diff --git a/unique-paths/flynn.cpp b/unique-paths/obzva.cpp similarity index 100% rename from unique-paths/flynn.cpp rename to unique-paths/obzva.cpp diff --git a/valid-anagram/flynn.cpp b/valid-anagram/obzva.cpp similarity index 100% rename from valid-anagram/flynn.cpp rename to valid-anagram/obzva.cpp diff --git a/valid-palindrome/flynn.cpp b/valid-palindrome/obzva.cpp similarity index 100% rename from valid-palindrome/flynn.cpp rename to valid-palindrome/obzva.cpp diff --git a/valid-parentheses/flynn.cpp b/valid-parentheses/obzva.cpp similarity index 100% rename from valid-parentheses/flynn.cpp rename to valid-parentheses/obzva.cpp diff --git a/validate-binary-search-tree/flynn.go b/validate-binary-search-tree/obzva.go similarity index 100% rename from validate-binary-search-tree/flynn.go rename to validate-binary-search-tree/obzva.go diff --git a/word-break/flynn.py b/word-break/obzva.py similarity index 100% rename from word-break/flynn.py rename to word-break/obzva.py diff --git a/word-search-ii/flynn.go b/word-search-ii/obzva.go similarity index 100% rename from word-search-ii/flynn.go rename to word-search-ii/obzva.go diff --git a/word-search/flynn.cpp b/word-search/obzva.cpp similarity index 100% rename from word-search/flynn.cpp rename to word-search/obzva.cpp