{
  "markdown": "## Javascript Data Structures & Algorithms (DSA)\n\nA repository to hold Javascript solutions for common DSA problems. The solutions are organized by problem type or data structure, and the code is automatically formatted using [Prettier](https://prettier.io/) to ensure consistent, predictable coding style.\n\n### Structure\n\nThe repository is broken up by problem type or data structure. Topics include:\n\nTopics include:\n- [Arrays](./Arrays)\n- [Binary Search Trees](./BinarySearchTrees)\n- [Binary Trees](./BinaryTrees)\n- [Dynamic Programming](./DynamicProgramming)\n- [Famous Algorithms](./FamousAlgorithms)\n- [Graphs](./Graphs)\n- [Greedy Algorithms](./GreedyAlgorithms)\n- [Heaps](./Heaps)\n- [Linked Lists](./LinkedLists)\n- [Recursion](./Recursion)\n- [Searching](./Searching)\n- [Sorting](./Sorting)\n- [Stacks](./Stacks)\n- [Strings](./Strings)\n- [Tries](./Tries)\n\n### Code Formatting\n\nThis repository uses Prettier for code formatting. To format the code, run the following script:\n\n```bash\nnpm run format\n```\n\nThis will ensure all JavaScript files in the repository are formatted according to the Prettier configuration in the `.prettierrc` file. If you have different preferences, update the configuration file in your local version accordingly.\n\n### Installation\n\nTo install the repository, clone it locally and install the dependencies using npm:\n\n```bash\ngit clone https://github.com/agalloch88/Javascript_DSA.git\ncd javascript-dsa\nnpm install\n```",
  "bytes": 1448,
  "sha": "ef09d932837e30e742f4e6421e890b3f0a28c27ba6ac20ae05d6ecabb6d498ea",
  "repo_slug": "agalloch88/javascript_dsa",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_agalloch88_javascript_dsa_openwiki_index_b2eacf35/readme"
}