Which one should I learn first.

  • Thread starter Thread starter PhysicsBegner
  • Start date Start date
AI Thread Summary
Beginners in computer science often wonder whether to start with algorithms or dive directly into the theory of computation. The consensus suggests that having a foundational understanding of algorithms can be beneficial before tackling theoretical concepts. Some learners prefer a practical approach, advocating for hands-on programming experience to grasp the application of algorithms before exploring the underlying theories. Starting with algorithms may provide a more intuitive understanding, making the transition to theory smoother.
PhysicsBegner
Messages
22
Reaction score
0
Hi All, I'm a beginer in computer science. Can I start learning theory of computation without a deep knowledge in algorithms or should I learn Algorithms conecpts first and theory of computation? Please guide me.
 
Technology news on Phys.org
Depends on how you learn. I prefer to know HOW to do something before I figure out WHY. So I would learn some programming and algorithms before hacking theory...which to my mind is kinda useless anyway...
 
Thank you, I will start with algorithms first.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...
Back
Top