Analysis of algorithms

Hi guys, I'm reading Algorithms by Robert Sedgewick (especially Analysis of algorithms chapter) and trying to understand how all this mathematical stuff applicable to analysis but cannot due to shortages of mathematical knowledge. Maybe you have some references with more details about how logarithm works and why they fit for showing complexity of algorithms and other related stuff to the analysis of algorithms.

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/_s0n1c_
πŸ“…︎ Mar 26 2020
🚨︎ report
An analysis of the Imposter's algorithm leogao.dev/2020/04/01/Bre…
πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/leogao2
πŸ“…︎ Apr 02 2020
🚨︎ report
Advice for design and analysis of algorithms class?

I am really struggling in this class. I can understand ths concepts such as shortest path, mst, topological sorting...etc but when a question is asked I have no idea how to do it.

For example I was given the classic class prerequisite problem during an exam but I just could not see that the solution invovles a topological sort.

Any advice and are there problem sets that I can use just to solidify my understanding of the concepts? My prof doesnt really.give a lot of practice material, just gives lectures.

πŸ‘︎ 21
πŸ’¬︎
πŸ“…︎ Nov 12 2019
🚨︎ report
Taking "Intro to Operating Systems" and "Analysis of Algorithms" without the Pre-Reqs?

Hi CS majors,

I have a bachelors in Mechanical Engineering but trying to get into the Comp Sci Masters program. I just took Prob & Stats I , Discrete Structures I, and Comp I this Fall. For this Spring I had a couple professors recommend I take "Intro to Operating Systems" and "Analysis of Algorithms" this Spring so I can apply to the Masters program ASAP.

I know both of these are typically ranked as some of the most difficult CS classes and wanted to get an idea of what knowledge I might be missing without the pre-reqs. Are there any online or campus resources I can use to help me start preparing over Winter break? Realistically are either of these possible for someone without the needed pre-reqs or are those more of just a formality for the Undergrad students?

Thanks in advance for any advice!

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/dayzandy
πŸ“…︎ Dec 27 2019
🚨︎ report
Grad student looking to take COT5405(Analysis of Algorithms). Any links to resources for Ungor's COT3100 like video lectures etc?

In general, is it possible to look up video lectures for prerequisites of a course on canvas?

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/krakends
πŸ“…︎ Dec 15 2019
🚨︎ report
Design & Analysis of Algorithms now 4000-level only?

Last Spring, Design & Analysis of Algorithms was offered both as a CSCI-6020 as well as CSCI-4020.

Now, is it now only being offered as CSCI-4020?

Is that true, or am I missing something? And if it's true, why did that happen?

πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/bkaterpillar
πŸ“…︎ Oct 24 2019
🚨︎ report
[D] : Error analysis of Different Machine learning algorithms?

Hello, I experimented with different deep learning architectures with different word embeddings for text classification. From the results, how a good error analysis can be done. What does it mean? Can you anyone suggest some papers related to error analysis of the machine learning models or give some idea of how to explain? I am new to machine learning please help me.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/sreenuroyal568
πŸ“…︎ Mar 03 2020
🚨︎ report
Teams after algorithm analysis
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/Future_Automaton
πŸ“…︎ Dec 31 2019
🚨︎ report
Analysis of traditional Extended Euclidean Algorithm [PART-1]
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/hiswaps
πŸ“…︎ Jan 11 2020
🚨︎ report
What is the purpose of this course (Analysis of Algorithms) on Coursera?

I'm interested in learning Algorithms but slightly confused with this newer course available on Coursera at: Analysis of Algorithms (https://www.coursera.org/learn/analysis-of-algorithms/home/info)

I see that the courses most popular for learning algorithms via MOOCs are the Princeton Algorithms 1 and the Standford Analysis of Algorithms. Both seem to be highly regarded.

With that said, what's this new course about? Is it a pre-requisite to either of these courses, is it meant to be a similar offering as the Stanford course?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/skyloather123
πŸ“…︎ Dec 01 2019
🚨︎ report
Job position requires me to submit my college transcript but I have D's in two CS courses (Algorithm Design and Analysis and Data Structures). Will this drastically affect my likelihood of being a probable candidate they will accept? What are some suggestions on how to move forward?

Hello CS folks,

I recently graduated from college with a degree in CS. I am currently looking for jobs, and I found one that interests me. It is a Front End Designer position, and one of the requirements for applying is to submit my college transcript. I feel a little reluctant on applying for this job because I know my GPA is not the greatest. I graduated with a cumulative 3.12, and I have three D's. One D was in Biology and the other two were in Data Structures and Algorithm Design and Analysis. I don't have a great excuse as to why my grades were poor. The only excuse I will admit to is to not being a great student. I would like some insight and feedback on how I can move forward with my life and not let my grades impact my career.

Is there anyone that has been in a similar situation? How did you practice overcoming this fear of unemployment and self-doubt?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/kimiko8
πŸ“…︎ Jul 01 2019
🚨︎ report
A collect of most important algorithms for image processing and analysis. github.com/mariolinguito/…
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/mariolinguito
πŸ“…︎ Sep 18 2019
🚨︎ report
Data & Algorithm Analysis vs Formal Languages vs Theory of Computation

Hey VT Reddit,

I am looking to taking a CS 41x4 theory class next semester and I was wondering which one is the most manageable to take considering I am also taking Systems and Comp Lang as well. Thanks!

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/hue_nubdub
πŸ“…︎ Apr 14 2019
🚨︎ report
Java: I really don't understand analysis of algorithms can someone help

Idk what it is called exactly but you measure how long a code takes to complete using an equation......n....n^2 .......... log n.....etc

The thing is.....none of it clicks...I tried everything and am trying to look up info on it as we speak but honestly was hoping you guys could help me understand what helped you guys make it click as well.

Its really late and I just wanna get this over with already and not have horrible explanations of it done. Like I have been getting everywhere i go

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Blepmorty1231
πŸ“…︎ Apr 23 2018
🚨︎ report
Papers we love: HyperLogLog - the analysis of a near-optimal cardinality estimation algorithm [video] youtube.com/watch?v=y3fTa…
πŸ‘︎ 23
πŸ’¬︎
πŸ‘€︎ u/ketralnis
πŸ“…︎ Jul 12 2018
🚨︎ report
Gagallium : Formal proof and analysis of an incremental cycle detection algorithm gallium.inria.fr/blog/inc…
πŸ‘︎ 13
πŸ’¬︎
πŸ‘€︎ u/gasche
πŸ“…︎ Feb 12 2019
🚨︎ report
My analysis of developing Gravity Turn ascent algorithms using kOS (programming mod for KSP). Let me know what you think! Presentation link and code in the video description youtu.be/BQJ9yLwjp28
πŸ‘︎ 21
πŸ’¬︎
πŸ‘€︎ u/TheGreatFez
πŸ“…︎ Aug 28 2018
🚨︎ report
Analysis of different algorithms of consensus in blockchain reddit.com/r/CreditsOffic…
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/hookahchina2
πŸ“…︎ Jan 31 2019
🚨︎ report
Blockchain and Intellectual Property Law -An Analysis of Various Encryption Algorithms for Security scientificworldinfo.com/2…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/mahtabalam93
πŸ“…︎ Feb 01 2019
🚨︎ report
Professor Recommendation for CS 6360 Design and Analysis of Computer Algorithms

Can someone recommend which professor's course to take

  • Ramaswamy Chandrasekaran
  • Benjamin Raichel
  • Sergey Bereg
  • Dung Huynh

Thank you!

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/mithilgotarne
πŸ“…︎ May 09 2018
🚨︎ report
What is the complexity analysis for Frobenius primality test algorithm?

Hello, can anyone please give me any resources to the above question? I have been searching in every article but found none.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/NoahJand
πŸ“…︎ Dec 12 2019
🚨︎ report
Need help understanding Empirical vs theoretical algorithm analysis

I get that Empirical analysis is analysis based on results where as Theoretical analysis is based on the theoretical outcome. How would for example a theoretical analysis be more advantageous over an empirical analysis and vice versa. Sorry for the really weird question but I wasn't sure how to ask it properly.

πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/DJAceAttorney
πŸ“…︎ Oct 12 2019
🚨︎ report
Non-invasive imaging method spots cancer at the molecular level. Researchers for the first time have combined a powerful microscopy technique with automated image analysis algorithms to distinguish between healthy and metastatic cancerous tissue without relying on invasive biopsies phys.org/news/2019-08-non…
πŸ‘︎ 55
πŸ’¬︎
πŸ‘€︎ u/QuantumThinkology
πŸ“…︎ Aug 06 2019
🚨︎ report
A developer’s eye on smart glasses | Alten developed the entire software chain: firmware, algorithms, mobile applications, cloud storage and data analysis for a major eyewear company bits-chips.nl/artikel/a-d…
πŸ‘︎ 2
πŸ’¬︎
πŸ“…︎ Oct 25 2019
🚨︎ report
What are the best resources to learn about transaction cost analysis or trade algorithms that optimize for trade execution?

I work for a well-known cryptocurrency data provider. Liquidity if fragmented and still at an overall low level in cryptocurrency markets. We are interested in learning more about the fields of transaction cost analysis and how large market participants utilize trading algorithms for the purposes of minimizing price impact and optimizing for trade execution. Are there any canonical resources?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/cokechan
πŸ“…︎ Sep 13 2019
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.