my-coding-challenges:我对https:github.comdonnemartininteractive-coding-challenges中提出的问题的解决方案

时间:2024-02-26 04:03:40
【文件属性】:

文件名称:my-coding-challenges:我对https:github.comdonnemartininteractive-coding-challenges中提出的问题的解决方案

文件大小:188KB

文件格式:ZIP

更新时间:2024-02-26 04:03:40

challenge tutorials data-structures coding-challenges DatastructuresJupyterNotebook

编码挑战 在此存储库中,我将解决方案存储到常见的编程问题中。 目前,我尝试用Python和Java(有时可能是C ++)实现每个解决方案。 这样,我就可以将语言与实现进行比较。 此仓库中的解决方案并不意味着是最佳解决方案。 您可能会找到更好的解决方案。 此外,您可以提出自己的解决方案,该解决方案被认为是最佳解决方案。 请记住,实际上,最佳解决方案取决于各种参数,例如工作集数据,环境,约束条件等。 挑战 描述 Python Java C ++ 确定字符串是否包含唯一字符 -- 确定一个字符串是否是另一个的排列 -- 确定一个字符串是否是另一个的旋转 -- -- 压缩字符串 -- 反


【文件预览】:
my-coding-challenges-master
----.gitignore(762B)
----algorithm-questions.ipynb(140KB)
----cpp()
--------LinkedList()
--------List()
----LICENSE(1KB)
----java()
--------hackerrankRandom()
--------union()
--------.gitignore(512B)
--------Sorting()
--------challenge-string-unique()
--------IsRotation()
--------isPermutationOf()
--------3sum()
--------tree-preorder-traversel()
--------Heap()
--------queues()
--------Strings()
--------Graphs()
--------Trees()
--------FirstNonRepetatedChar()
--------Stack()
--------CompressString()
--------DiameterOfBTree()
----README.md(14KB)
----python()
--------challenges-array-unique.ipynb(2KB)
--------10daysOfStatistics()
--------hackerrankrandom()
--------challenge-reverse-words.ipynb(5KB)
--------challenge-array-permutationof.ipynb(1KB)
--------challenges-string-compress.ipynb(4KB)
--------challenge-remove-character-from-string.ipynb(4KB)
--------challenge-reverse-string.ipynb(3KB)
--------calculating_tangent_line.ipynb(3KB)
--------challenge-find-non-repeative.ipynb(4KB)
--------DiameterOfBTree()

网友评论