Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

Roshan P Mohammed

@Roshan P Mohammed
About
Posts
8
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to Form Minimum number of Groups which should not exceed a max value
    R Roshan P Mohammed

    Sorry

    Algorithms tutorial career

  • How to Form Minimum number of Groups which should not exceed a max value
    R Roshan P Mohammed

    I have a datatable like below

    Employee Salary

    Emp A 1000
    Emp B 500
    Emp C 3000
    Emp D 3000
    Emp E 200
    Emp F 100
    Emp G 200
    Emp H 500
    Emp I 1450

    I want minimum number of groups, Sum of Salary in one group should not exceed 5000. So my final output should be like this

    Employee Salary Group

    Emp A 1000 Group 1
    Emp B 500 Group 1
    Emp C 3000 Group 1
    Emp E 200 Group 1
    Emp F 100 Group 1
    Emp G 200 Group 1

    Emp D 3000 Group 2
    Emp H 500 Group 2
    Emp I 1450 Group 2

    Algorithms tutorial career

  • Form minimum groups
    R Roshan P Mohammed

    please guide me in the right direction

    ASP.NET csharp database algorithms help question

  • Form minimum groups
    R Roshan P Mohammed

    Hi All - I have a problem. I want to arrange n number of items in the minimum group. There is maximum upper range for the group. I will explain in detail Assume database contains below values Emp1 10 Emp2 2 Emp3 4 Emp4 3 Emp5 11 Emp6 1 Emp7 4 Emp8 9 Emp9 5 Emp10 7 Emp11 14 Emp12 1 Emp13 4 Now I want to create minimum number of groups, where sum of the elements should not exceed say 15 like below Group 1 Emp1 10 Emp2 2 Emp4 3 Group 2 Emp3 4 Emp5 11 Group 3 Emp6 1 Emp8 9 Emp9 5 Group 4 Emp7 4 Emp10 7 Emp13 4 Group 5 Emp11 14 Emp12 1 Application is ASP .net with C#. Is there any predefined algorithm for achieving this? Thanks in advance Roshan

    ASP.NET csharp database algorithms help question

  • hi ans my question...
    R Roshan P Mohammed

    did you mean custom controls ?

    ASP.NET question sales

  • Populate values into html form
    R Roshan P Mohammed

    So you mean You are not supposed to make the html control RunAt=server. can you try something like this >2

    ASP.NET help html database

  • Advertisment Banner
    R Roshan P Mohammed

    Hi Lovely, Yes you are absolutely right, you dodn't know how to explain your need. I am sorry I didn't get you. If you want rotational advt, then there is nice control AdRotator in the standard library. Regards Roshan

    ASP.NET tutorial question

  • Populate values into html form
    R Roshan P Mohammed

    why didn't you use server controls instead of html controls?

    ASP.NET help html database
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups