Repository navigation

#

searching-algorithms

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.

C++
364
10 个月前

A maze generator, solver and visualizer for Python

Python
279
1 年前

This repository is aimed to contain all the questions required for SDE interview preparation from data structures and algorithms.

Java
256
1 年前

Python3 数据结构与算法的介绍及应用。1. 数据结构:数组、链表、栈、队列、树、堆、图; 2. 典型排序算法:冒泡排序、选择排序、插入排序、希尔排序、堆排序、归并排序、快速排序、桶排序、计数排序、基数排序; 3. 查找算法: 顺序查找、二分查找、哈希表查找、二叉查找树、平衡二叉查找树(AVL树、红黑树)、平衡多路查找树(B树、B+树);4. LeetCode 和《剑指Offer》刷题、多种方法的题解

Python
96
4 年前

Laboratory problems and solutions for the ITMO course "Algorithms and data structures"

C++
85
5 年前

Comprehensive guide to Algorithms and Data Structures created by me to practice important concepts for technical interviews.

Python
77
3 个月前

This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach

Jupyter Notebook
73
4 年前

This repo consists code of all the programs discussed at programminginpython.com website

Python
67
9 个月前