Skip to content

issues Search Results · repo:Intervue/Data-structures-algorithms-for-interviews language:C

Filter by

1 result
 (51 ms)

1 result

inIntervue/Data-structures-algorithms-for-interviews (press backspace or delete to remove)

For question no 16.c of arrays there is a minor issue in Method 3 int findEquilibriumIndex(int a[],int n){ int i = 0,j; int sum = 0, sumLeft = 0; for(i=0; i n; i++){ sum += a[i]; } for(j=0;j n;j++){ ...
  • JitenderBhati
  • Opened 
    on Dec 11, 2021
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub