8000 Algorithms-and-Data-Structures-in-Java/README.md at master · gugugiyu/Algorithms-and-Data-Structures-in-Java · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":".github","path":".github","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"pom.xml","path":"pom.xml","contentType":"file"}],"totalCount":6}},"fileTreeProcessingTime":10.708865999999999,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":673704381,"defaultBranch":"master","name":"Algorithms-and-Data-Structures-in-Java","ownerLogin":"gugugiyu","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-08-02T08:31:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/106458387?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"master","listCacheKey":"v0:1690965090.13262","canEdit":false,"refType":"branch","currentOid":"b00116bbbb057402b95331b8228cc6a7af929e71"},"path":"README.md","currentUser":null,"blob":{"rawLines":null,"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/gugugiyu/Algorithms-and-Data-Structures-in-Java/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"README.md","displayUrl":"https://github.com/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/README.md?raw=true","headerInfo":{"blobSize":"2.75 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"b1bbc14","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fgugugiyu%2FAlgorithms-and-Data-Structures-in-Java%2Fblob%2Fmaster%2FREADME.md","isCSV":false,"isRichtext":true,"toc":[{"level":1,"text":"Algorithms and Data Structures in Java","anchor":"algorithms-and-data-structures-in-java","htmlText":"Algorithms and Data Structures in Java"},{"level":2,"text":"Contents","anchor":"contents","htmlText":"Contents"},{"level":2,"text":"Environment","anchor":"environment","htmlText":"Environment"},{"level":3,"text":"Java Version","anchor":"java-version","htmlText":"Java Version"},{"level":3,"text":"IDE","anchor":"ide","htmlText":"IDE"},{"level":3,"text":"Machine","anchor":"machine","htmlText":"Machine"}],"lineInfo":{"truncatedLoc":"56","truncatedSloc":"45"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"Markdown","languageID":222,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/README.md","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/gugugiyu/Algorithms-and-Data-Structures-in-Java/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/gugugiyu/Algorithms-and-Data-Structures-in-Java/raw/refs/heads/master/README.md","renderImageOrRaw":false,"richText":"\u003carticle class=\"markdown-body entry-content container-lg\" itemprop=\"text\"\u003e\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch1 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eAlgorithms and Data Structures in Java\u003c/h1\u003e\u003ca id=\"user-content-algorithms-and-data-structures-in-java\" class=\"anchor\" aria-label=\"Permalink: Algorithms and Data Structures in Java\" href=\"#algorithms-and-data-structures-in-java\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eThe repo consists of solutions to numerous problems using different data structures and algorithms, all coded in Java. It also\ncontains solutions to HackerRank problems which I have solved so far and questions from Cracking the Coding Interview\nBook \u003cem\u003e(6th Edition)\u003c/em\u003e.\u003c/p\u003e\n\u003cp dir=\"auto\"\u003eYou can also refer to my \u003ca href=\"http://blog.rampatra.com/category/java\" rel=\"nofollow\"\u003eJava Notes\u003c/a\u003e for a quick refresh on the Java concepts or if you want a break from coding then can read about my \u003ca href=\"https://blog.rampatra.com/category/interview/\" rel=\"nofollow\"\u003einterview experiences\u003c/a\u003e at various companies. Lastly, feel free to connect with me on \u003ca href=\"https://twitter.com/ram__patra\" rel=\"nofollow\"\u003eTwitter\u003c/a\u003e for any queries or concerns. All the best!\u003c/p\u003e\n\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eContents\u003c/h2\u003e\u003ca id=\"user-content-contents\" class=\"anchor\" aria-label=\"Permalink: Contents\" href=\"#contents\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003col dir=\"auto\"\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra\"\u003eBasic Practice\u003c/a\u003e:\n\u003col dir=\"auto\"\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/arrays\"\u003eArrays\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/backtracking\"\u003eBacktracking\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/bits\"\u003eBits\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/blockchain\"\u003eBlockchain Demo\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/dynamicprogramming\"\u003eDynamic Programming\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/graphs\"\u003eGraphs\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/java8\"\u003eJava 8\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/linkedlists\"\u003eLinked Lists\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/misc\"\u003eMiscellaneous\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/permutations\"\u003ePermutations\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/searching\"\u003eSearching\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/sorting\"\u003eSorting\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/stacks\"\u003eStacks\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/strings\"\u003eStrings\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/threads\"\u003eThreads\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/rampatra/trees\"\u003eTrees\u003c/a\u003e\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/ctci\"\u003eCracking the Coding Interview\u003c/a\u003e:\n\u003col dir=\"auto\"\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/ctci/arraysandstrings\"\u003eArrays and Strings\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/ctci/linkedlists\"\u003eLinked Lists\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/ctci/stacksandqueues\"\u003eStacks and Queues\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/ctci/treesandgraphs\"\u003eTrees and Graphs\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/ctci/bitmanipulation\"\u003eBit Manipulation\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/ctci/recursionanddp\"\u003eRecursion and DP\u003c/a\u003e\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/leetcode\"\u003eLeetCode\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"/gugugiyu/Algorithms-and-Data-Structures-in-Java/blob/master/src/main/java/com/hackerrank\"\u003eHackerRank\u003c/a\u003e.\u003c/li\u003e\n\u003c/ol\u003e\n\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eEnvironment\u003c/h2\u003e\u003ca id=\"user-content-environment\" class=\"anchor\" aria-label=\"Permalink: Environment\" href=\"#environment\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eJava Version\u003c/h3\u003e\u003ca id=\"user-content-java-version\" class=\"anchor\" aria-label=\"Permalink: Java Version\" href=\"#java-version\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eJava version 1.8.0_172\u003cbr\u003e\nJava(TM) SE Runtime Environment (build 1.8.0_172-b11)\u003cbr\u003e\nJava HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)\u003c/p\u003e\n\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eIDE\u003c/h3\u003e\u003ca id=\"user-content-ide\" class=\"anchor\" aria-label=\"Permalink: IDE\" href=\"#ide\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eIntelliJ IDEA 2018.1.4 (Ultimate Edition)\u003c/p\u003e\n\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eMachine\u003c/h3\u003e\u003ca id=\"user-content-machine\" class=\"anchor\" aria-label=\"Permalink: Machine\" href=\"#machine\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eMacBook Pro\u003cbr\u003e\n2.5 GHz Intel Core i7\u003cbr\u003e\n16 GB 1600 MHz DDR3\u003c/p\u003e\n\u003chr\u003e\n\u003cp dir=\"auto\"\u003e\u003cem\u003eP.S. For any queries or concerns, you can reach out to me on \u003ca href=\"https://twitter.com/ram__patra\" rel=\"nofollow\"\u003eTwitter\u003c/a\u003e. I'll try my best to help 🙏. And, if you're keen to know what I'm currently working on then check out \u003ca href=\"https://presentify.compzets.com\" rel=\"nofollow\"\u003ePresentify\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003c/article\u003e","renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":null},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"isMarketplaceEnabled":true,"csrf_tokens":{"/gugugiyu/Algorithms-and-Data-Structures-in-Java/branches":{"post":"r3eMukZe0GSebqJCrv4uZiSln8HleoCF-MjXY4yFz-1D6lDAr-WH2M3Npk7yPAjYW40EjDLfPQIiYrWQ1b7CgQ"},"/repos/preferences":{"post":"qX4MhpJcVWW4p0oeweQMVzSpT4rcyJiBaQcn3H6rF_3varZ48CEl0ogSGXTuXrRkDP5MeoSdb3R-zBgr6aau9Q"}}},"title":"Algorithms-and-Data-Structures-in-Java/README.md at master · gugugiyu/Algorithms-and-Data-Structures-in-Java","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-0b6f8702959e.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0