-
Make base for the "Introduction to Algorithms" by Cormen, Leiserson, Rivest, Stein
-
We discussed the naming of graphs.
We have _directed_ graphs:
```
G = (V,E) where E = {(v1,v2) where v1,v2 in V}
```
And _un-directed_ graphs:
```
G = (V,E) where E = {{v1,v2} where v1,v2 in …
-
im following introduction to data structures and algorithms book from cormen, what resources are/did u learn dsa from?
-
```
[WARNING] Javadoc Warnings
[WARNING] /home/user/var/Projects/hub/blueobelisk/euclid/src/main/java/blogspot/software_and_algorithms/stern_library/data_structure/RedBlackTree.java:176: warning - T…
egonw updated
3 years ago
-
![Search](https://user-images.githubusercontent.com/85158834/120501202-0f7e7080-c3df-11eb-830e-b1604055e2cf.png)
Screenshot is taken from https://gateoverflow.in/search-tips
Regarding first red …
-
@dongahn expressed interest in licensing the library-component of the resource matching service as LGPL. AFAIK, this would require finding an LGPL-compatible version of the red-black tree currently i…
-
1) Топик проработан плохо: есть куча вопросов, поставленных откровенно криво (конкретнее опишу позже).
2) Плюс, лично у меня есть ощущение, что вопросы не сильно осознанно составлялись, т.е. не поня…
-
Whenever we reference courses/textbooks, we should have a link to some material. This is interesting, but a bit problematic if the referenced material is commercial (but there there are classics).…
-
For now, add a few books to work with so we can test the REST services we will develop
-
Here are some ideas/guidelines to evaluate books about technology (but **not** literature):
1. **General principles** instead of **specific technologies**
* Example: "Relational Databases" inst…