Skip to content
#

Algorithm

Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly.

Here are 11,739 public repositories matching this topic...

Boris-Chang
Boris-Chang commented Feb 15, 2022

Describe the bug
Variable type writing error

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Java/src/main/java/com/thealgorithms/datastructures/trees'
  2. Click on 'AVLSimple'
  3. Scroll down to 'Line 85'
  4. See error

Expected behavior
Modify variable “Strings” to “String”

Screenshots
If applicable, add screenshots to help explain your problem.
![image](h

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.

  • Updated Jan 10, 2022
  • C++
josecarlosweb
josecarlosweb commented Oct 15, 2021

What about create a design pattern directory with the most popular design patterns examples?
We can create some rules like: have to be an explanation about the design pattern, the structure and one real world example.
The directory can be:

(folder) Design Patterns
-- (folder) Abstract Factory
-- -- AbstractFactory.js
-- -- AbstractFactoryTest.js
-- -- REAME.md

I can send some :

cosmos
Wikipedia
Wikipedia