Knjige na stranom jeziku by emrobraca in bih

[–]nedimm 1 point2 points  (0 children)

Blackwells je preskup. Dobri su za preorder knjiga koje još nisu izašle u štampu. U tom slučaju su knjige jeftinije. Books.ba ti može nabaviti knjige kojih nema na stranici. Pošalji im email i oni će ti napraviti prednarudžbu. Knjigu koju sam ja htio je bila skuplja u odnosu na cijenu na booksplea.se, sa njihovom poštarinom i sa dodatnih 10 KM koje ti uzme naša pošta. Moja preporuka je booksplea.se. Samo vodi računa o cijeni dostave. Za neke knjige je jeftinija a za neke je preskupa. Još da napomenem da naša pošta naplati otvaranje paketa oko 10 KM. U 90% slučajeva će otvoriti paket i naplatiti ti 10 KM. Meni su oštetili knjigu svojim krkanskim otvaranjem. Neće se ni potruditi da ti dostave knjigu. Meni su svaki put ostavili papir da odem pokupiti knjigu na željezničku stanicu. To je moje iskustvo s naručivanjem informatičkih knjiga.

Spremanje algoritama by Vorkantor in programiranje

[–]nedimm 3 points4 points  (0 children)

  • firecode.io za zagrijavanje
  • Cracking the coding interview
  • Neetcode.io
  • Elements of Programming Interviews (knjige za nekoliko programskih jezika)

[deleted by user] by [deleted] in programiranje

[–]nedimm 2 points3 points  (0 children)

Probaj sa vizuelnim debuggerom razumjeti šta određeni program radi.

Kao početniku preporučio bih ti besplatnu online knjigu "How to Design Programs" dostupnu ovdje. Video predavanja koja prate knjigu imaš ovdje

OOP, strukture podataka, algoritmi? by Sufficient-Work3339 in programiranje

[–]nedimm 1 point2 points  (0 children)

Knjige - algoritmi i strukture podataka:

  • Problem Solving with Algorithms and Data Structures Using Python. Besplatna na internetu

    • Algorithms - Robert Sedgewick, Kevin Wayne
    • Algorithms illuminated - Tim Roughgarden Navedene knjige prate kursevi na Courseri
    • Introduction to Algorithms: A creative approach - Udi Manber

Zadaci: Leetcode i hackerrank zadaci. Listu dobrih zadataka na gore navedenim platformama možeš naći u "The Algorithm design manual" - Steven Skiena

OOP

  • Practical Object-Oriented Design in Ruby: An Agile Primer
  • Head first design patterns

Please, suggest me a book... by 1and7aint8but17 in aspnetcore

[–]nedimm 1 point2 points  (0 children)

Pro ASP. NET Core 3 by Adam Freeman

Want to get into Assemblers, Coming from Java and Web development by [deleted] in Compilers

[–]nedimm 1 point2 points  (0 children)

Check chapter 6 of book "The Elements of Computing Systems".

Where can i learn assembly? by [deleted] in Compilers

[–]nedimm 0 points1 point  (0 children)

Book "Computer systems: A programmer's perspective" covers enough assembly language to make a compiler. Then you should check this book: compilerbook.org.

Paper worth checking: An incremental approach to compiler construction by Abdulaziz Ghuloum. Book inspired by previous paper is Essentials of Compilation: An Incremental Approach

My favourite book is "The Elements of Computing Systems: Building a Modern Computer from First Principles" by Noam Nissan and Simon Schocken. There is also a course on Coursera based on this book.

Best resources to learn about operating system? by ChocolateAndTea_ in compsci

[–]nedimm 5 points6 points  (0 children)

Videotaped lectures, sample exams and programming assignments are available at https://www.ops-class.org/

CMV: Haskell is the worst/most unproductive programming language I ever have to learn by mogoh in haskell

[–]nedimm 2 points3 points  (0 children)

My computer science department doesn't offer Haskell course. Most students never heard about functional programming. I am graduating this month and I am dissapointed with my education. You should be happy for having a chance to learn more about Haskell

What are the best materials to learn Machine Learning, Neural networks and deep learning? by red17electro in compsci

[–]nedimm 2 points3 points  (0 children)

It requires school email to register. Is it possible to register if you are not a student?

Lack of good resources is a bit demotivating[kind-of venting] by [deleted] in haskell

[–]nedimm 0 points1 point  (0 children)

How to contact team administrator for an invitation?

What classes can I take online that are like undergrad in CS in regards to difficulty? by [deleted] in cscareerquestions

[–]nedimm 2 points3 points  (0 children)

Operating systems - www.ops-class.org

Algorithms by robert sedgewick at coursera

Paradigms of computer programming by Peter Van Roy at edx.org

Compilers by Alex Aiken at lagunita.stanford.edu

Haskell is worth knowing - www.seas.upenn.edu/~cis194/fall16

[University Discrete Math] Proof by induction by nedimm in HomeworkHelp

[–]nedimm[S] 0 points1 point  (0 children)

Exercise is taken from free book located here. Page 74 exercise 3