Info » История » Версия 10
Александр Александров, 20.03.2019 11:12
1 | 1 | Александр Александров | h1. Полезные ссылки |
---|---|---|---|
2 | |||
3 | 2 | Александр Александров | h2. Графы |
4 | 1 | Александр Александров | |
5 | * "Полный граф":https://ru.wikipedia.org/wiki/%D0%9F%D0%BE%D0%BB%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D1%84 |
||
6 | * "Путь (теория графов)":https://ru.wikipedia.org/wiki/%D0%9F%D1%83%D1%82%D1%8C_(%D1%82%D0%B5%D0%BE%D1%80%D0%B8%D1%8F_%D0%B3%D1%80%D0%B0%D1%84%D0%BE%D0%B2) |
||
7 | * "Обход дерева":https://ru.wikipedia.org/wiki/%D0%9E%D0%B1%D1%85%D0%BE%D0%B4_%D0%B4%D0%B5%D1%80%D0%B5%D0%B2%D0%B0 |
||
8 | * "Бинарные деревья поиска":https://habr.com/ru/post/442352/ |
||
9 | * "Двоичное дерево поиска":https://ru.wikipedia.org/wiki/%D0%94%D0%B2%D0%BE%D0%B8%D1%87%D0%BD%D0%BE%D0%B5_%D0%B4%D0%B5%D1%80%D0%B5%D0%B2%D0%BE_%D0%BF%D0%BE%D0%B8%D1%81%D0%BA%D0%B0 |
||
10 | * "Способы хранения деревьев в реляционных базах данных":https://bitworks.software/2017-10-20-storing-trees-in-rdbms.html |
||
11 | * "Using ltree for hierarchical structures in PostgreSQL":https://leopard.in.ua/2013/09/02/postgresql-ltree |
||
12 | * "10 алгоритмов на графах в гифках":https://proglib.io/p/graphs-algoguide/ |
||
13 | * "Алгоритмы на графах — Часть 0: Базовые понятия":https://xsynax.wordpress.com/2009/07/25/algorithms-on-graph/ |
||
14 | 3 | Александр Александров | * "Муравьиные алгоритмы":https://www.intuit.ru/studies/courses/14227/1284/lecture/24190?page=1 |
15 | 4 | Александр Александров | * "Поиск элементарных циклов в графе":https://vscode.ru/prog-lessons/poisk-elementarnyih-tsiklov-v-grafe.html |
16 | * "Алгоритм Краскала":https://ru.wikipedia.org/wiki/%D0%90%D0%BB%D0%B3%D0%BE%D1%80%D0%B8%D1%82%D0%BC_%D0%9A%D1%80%D0%B0%D1%81%D0%BA%D0%B0%D0%BB%D0%B0 |
||
17 | * "Find all the paths forming simple cycles on an undirected graph":https://stackoverflow.com/questions/14146165/find-all-the-paths-forming-simple-cycles-on-an-undirected-graph#14159581 |
||
18 | |||
19 | 10 | Александр Александров | h2. Spring, Hibernate, Rest и всё что связано с этими фреймворками |
20 | 4 | Александр Александров | |
21 | * "Spring 4 MVC, Hibernate: ассоциация многие ко многим":https://habr.com/ru/post/271025 |
||
22 | * "Spring MVC/Security, REST, Hibernate, Liquibase запускаем в две строки":https://habr.com/ru/post/271719 |
||
23 | 1 | Александр Александров | * "Простой пример CRUD с Spring MVC RESTful Web Service":https://o7planning.org/ru/10865/simple-crud-example-with-spring-mvc-restful-web-service |
24 | 10 | Александр Александров | * "А ваша служба является RESTful? Все что необходимо/обязательно знать про веб службы и REST":https://habr.com/ru/post/319984/ |
25 | * "Архитектура REST":https://habr.com/ru/post/38730/ |
||
26 | * "Что такое RESTful на самом деле":https://habr.com/ru/company/hexlet/blog/274675/ |
||
27 | * "Понимание REST":http://spring-projects.ru/understanding/rest/ |
||
28 | * "REST":https://ru.wikipedia.org/wiki/REST |
||
29 | 4 | Александр Александров | |
30 | 8 | Александр Александров | h2. JGraphT, database и прочее |
31 | 4 | Александр Александров | |
32 | * "JGraphT - Finding path with BreadthFirstIterator":https://stackoverflow.com/questions/32935047/jgrapht-finding-path-with-breadthfirstiterator |
||
33 | 5 | Александр Александров | * "Storing data about undirected graph edges in a database":https://stackoverflow.com/questions/16519070/storing-data-about-undirected-graph-edges-in-a-database |
34 | 4 | Александр Александров | * "Does it Make Sense to Map a Graph Data-structure into a Relational Database? Ask Question":https://stackoverflow.com/questions/4564673/does-it-make-sense-to-map-a-graph-data-structure-into-a-relational-database/4566686#4566686 |
35 | 1 | Александр Александров | * "Introduction to JGraphT":https://www.baeldung.com/jgrapht |
36 | 5 | Александр Александров | * "представление и хранения графа в бд":https://www.sql.ru/forum/635337/predstavlenie-i-hraneniya-grafa-v-bd |
37 | 9 | Александр Александров | * "JSON":http://www.json.org/json-ru.html |
38 | * "Json схема: зачем и кому она нужна":https://javarush.ru/groups/posts/1995-json-skhema-zachem-i-komu-ona-nuzhna |
||
39 | * "Шпаргалка Java программиста 8. Библиотеки для работы с Json (Gson, Fastjson, LoganSquare, Jackson, JsonPath и другие)":https://habr.com/ru/company/luxoft/blog/280782/ |